Enum RoutingPreference
A set of values that specify factors to take into consideration when calculating the route.
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public enum RoutingPreference
Fields
Name | Description |
---|---|
TrafficAware | Calculates routes taking live traffic conditions into consideration.
In contrast to |
TrafficAwareOptimal | Calculates the routes taking live traffic conditions into consideration, without applying most performance optimizations. Using this value produces the highest latency. |
TrafficUnaware | Computes routes without taking live traffic conditions into consideration.
Suitable when traffic conditions don't matter or are not applicable.
Using this value produces the lowest latency.
Note: For [ |
Unspecified | No routing preference specified. Default to |