Enum FallbackRoutingMode
- Namespace
- GoogleMapsApi.Entities.Routes.Response
- Assembly
- GoogleMapsApi.dll
Actual routing mode used when a fallback occurred.
public enum FallbackRoutingMode
Fields
[EnumMember(Value = "FALLBACK_TRAFFIC_AWARE")] TrafficAware = 2Live traffic was used, but not the higher-fidelity optimal model.
[EnumMember(Value = "FALLBACK_TRAFFIC_UNAWARE")] TrafficUnaware = 1Live traffic was unavailable; a static route was returned.
[EnumMember(Value = "FALLBACK_ROUTING_MODE_UNSPECIFIED")] Unspecified = 0Unspecified.