Reference documentation and code samples for the Google Maps FleetEngine V1 Client class TripType.
The type of a trip.
Protobuf type maps.fleetengine.v1.TripType
Namespace
Google \ Maps \ FleetEngine \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNKNOWN_TRIP_TYPE
Value: 0Default, used for unspecified or unrecognized trip types.
Generated from protobuf enum UNKNOWN_TRIP_TYPE = 0;
SHARED
Value: 1The trip may share a vehicle with other trips.
Generated from protobuf enum SHARED = 1;
EXCLUSIVE
Value: 2The trip is exclusive to a vehicle.
Generated from protobuf enum EXCLUSIVE = 2;