Reference documentation and code samples for the Google Cloud Optimization V1 Client class TravelMode.
Travel modes which can be used by vehicles.
These should be a subset of the Google Maps Platform Routes Preferred API travel modes, see: https://developers.google.com/maps/documentation/routes_preferred/reference/rest/Shared.Types/RouteTravelMode.
Protobuf type google.cloud.optimization.v1.Vehicle.TravelMode
Namespace
Google \ Cloud \ Optimization \ V1 \ VehicleMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;