Show / Hide Table of Contents

Enum RouteLabel

Labels for the [Route][google.maps.routing.v2.Route] that are useful to identify specific properties of the route to compare against others.

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

Fields

Name Description
DefaultRoute

The default "best" route returned for the route computation.

DefaultRouteAlternate

An alternative to the default "best" route. Routes like this will be returned when [compute_alternative_routes][google.maps.routing.v2.ComputeRoutesRequest.compute_alternative_routes] is specified.

FuelEfficient

Fuel efficient route. Routes labeled with this value are determined to be optimized for Eco parameters such as fuel consumption.

ShorterDistance

Shorter travel distance route. This is an experimental feature.

Unspecified

Default - not used.

In this article
Back to top Generated by DocFX