Table of Contents

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 = 2

Live traffic was used, but not the higher-fidelity optimal model.

[EnumMember(Value = "FALLBACK_TRAFFIC_UNAWARE")] TrafficUnaware = 1

Live traffic was unavailable; a static route was returned.

[EnumMember(Value = "FALLBACK_ROUTING_MODE_UNSPECIFIED")] Unspecified = 0

Unspecified.