Google Maps FleetEngine V1 Client - Class TripType (0.1.2)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNKNOWN_TRIP_TYPE

Value: 0

Default, used for unspecified or unrecognized trip types.

Generated from protobuf enum UNKNOWN_TRIP_TYPE = 0;

SHARED

Value: 1

The trip may share a vehicle with other trips.

Generated from protobuf enum SHARED = 1;

EXCLUSIVE

Value: 2

The trip is exclusive to a vehicle.

Generated from protobuf enum EXCLUSIVE = 2;