Show / Hide Table of Contents

Enum RouteMatrixElementCondition

The condition of the route being returned.

Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public enum RouteMatrixElementCondition

Fields

Name Description
RouteExists

A route was found, and the corresponding information was filled out for the element.

RouteNotFound

No route could be found. Fields containing route information, such as distance_meters or duration, will not be filled out in the element.

Unspecified

Only used when the status of the element is not OK.

In this article
Back to top Generated by DocFX