Enum GenerateIsochroneRequest.Types.RoutingPreference
Determines how traffic conditions are incorporated into the calculation.
Namespace: Google.Maps.Isochrones.V1
Assembly: Google.Maps.Isochrones.V1.dll
Syntax
public enum GenerateIsochroneRequest.Types.RoutingPreference
Fields
| Name | Description |
|---|---|
| TrafficAware | The calculation will factor in live traffic conditions. |
| TrafficUnaware | The calculation will not take traffic conditions into consideration. The isochrone will be based on the road network and static travel times. This is suitable for planning purposes where traffic is not a factor. |
| Unspecified | No routing preference specified. The server will use its default, which is TRAFFIC_UNAWARE. |