Show / Hide Table of Contents

Enum Vehicle.Types.TravelMode

Travel modes which can be used by vehicles.

These should be a subset of the Google Maps Platform Routes API travel modes, see: https://developers.google.com/maps/documentation/routes/reference/rest/v2/RouteTravelMode

Note: WALKING routes are in beta and might sometimes be missing clear sidewalks or pedestrian paths. You must display this warning to the user for all walking routes that you display in your app.

Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public enum Vehicle.Types.TravelMode

Fields

Name Description
Driving

Travel mode corresponding to driving directions (car, ...).

Unspecified

Unspecified travel mode, equivalent to DRIVING.

Walking

Travel mode corresponding to walking directions.

In this article
Back to top Generated by DocFX