Reference documentation and code samples for the Google Maps Route Optimization V1 Client class 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.
Protobuf type google.maps.routeoptimization.v1.Vehicle.TravelMode
Namespace
Google \ Maps \ RouteOptimization \ V1 \ VehicleMethods
static::name
value
mixed
static::value
name
mixed
Constants
TRAVEL_MODE_UNSPECIFIED
Value: 0
Unspecified travel mode, equivalent to DRIVING
.
Generated from protobuf enum TRAVEL_MODE_UNSPECIFIED = 0;
DRIVING
Value: 1
Travel mode corresponding to driving directions (car, ...).
Generated from protobuf enum DRIVING = 1;
WALKING
Value: 2
Travel mode corresponding to walking directions.
Generated from protobuf enum WALKING = 2;

