alleyBias

@SerialName(value = "alley_bias")
val alleyBias: Double? = null

A bias which determines whether the route should prefer or avoid the use of alleys. The allowed range of values is from -1 to 1, where -1 indicates indicates preference to avoid alleys, 1 indicates preference to favor alleys, and 0 indicates no preference (the default).

Since

4.8.0