Enum FallbackReason
Reasons for using fallback response.
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public enum FallbackReason
Fields
| Name | Description |
|---|---|
| LatencyExceeded | We were not able to finish the calculation with your preferred routing mode on time, but we were able to return a result calculated by an alternative mode. |
| ServerError | A server error happened while calculating routes with your preferred routing mode, but we were able to return a result calculated by an alternative mode. |
| Unspecified | No fallback reason specified. |