Table of Contents

Class FallbackInfo

Namespace
GoogleMapsApi.Entities.Routes.Response
Assembly
GoogleMapsApi.dll

Populated when the Routes API had to fall back to a different routing mode than the one requested (e.g. live traffic was unavailable).

public sealed class FallbackInfo
Inheritance
FallbackInfo
Inherited Members

Properties

Reason

Why the fallback occurred.

[JsonPropertyName("reason")]
public FallbackReason? Reason { get; set; }

Property Value

FallbackReason?

RoutingMode

Routing mode actually used.

[JsonPropertyName("routingMode")]
public FallbackRoutingMode? RoutingMode { get; set; }

Property Value

FallbackRoutingMode?