Reference documentation and code samples for the Google Maps FleetEngine V1 Client class VehicleMatchType.
Type of vehicle match.
Protobuf type maps.fleetengine.v1.VehicleMatch.VehicleMatchType
Namespace
Google \ Maps \ FleetEngine \ V1 \ VehicleMatchMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNKNOWN
Value: 0
Unknown vehicle match type
Generated from protobuf enum UNKNOWN = 0;
EXCLUSIVE
Value: 1
The vehicle currently has no trip assigned to it and can proceed to the pickup point.
Generated from protobuf enum EXCLUSIVE = 1;
BACK_TO_BACK
Value: 2
The vehicle is currently assigned to a trip, but can proceed to the pickup point after completing the in-progress trip. ETA and distance calculations take the existing trip into account.
Generated from protobuf enum BACK_TO_BACK = 2;
CARPOOL
Value: 3
The vehicle has sufficient capacity for a shared ride.
Generated from protobuf enum CARPOOL = 3;
CARPOOL_BACK_TO_BACK
Value: 4
The vehicle will finish its current, active trip before proceeding to the pickup point. ETA and distance calculations take the existing trip into account.
Generated from protobuf enum CARPOOL_BACK_TO_BACK = 4;