Google Cloud Optimization V1 Client - Class TravelMode (0.2.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;