Enum RouteTravelMode
A set of values used to specify the mode of travel.
NOTE: WALK
, BICYCLE
, and TWO_WHEELER
routes are in beta and might
sometimes be missing clear sidewalks, pedestrian paths, or bicycling paths.
You must display this warning to the user for all walking, bicycling, and
two-wheel routes that you display in your app.
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public enum RouteTravelMode
Fields
Name | Description |
---|---|
Bicycle | Travel by bicycle. |
Drive | Travel by passenger car. |
Transit | Travel by public transit routes, where available. |
TravelModeUnspecified | No travel mode specified. Defaults to |
TwoWheeler | Two-wheeled, motorized vehicle. For example, motorcycle. Note that this
differs from the |
Walk | Travel by walking. |