Reference documentation and code samples for the Google Maps FleetEngine V1 Client class TripStatus.
The status of a trip indicating its progression.
Protobuf type maps.fleetengine.v1.TripStatus
Namespace
Google \ Maps \ FleetEngine \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNKNOWN_TRIP_STATUS
Value: 0
Default, used for unspecified or unrecognized trip status.
Generated from protobuf enum UNKNOWN_TRIP_STATUS = 0;
PBNEW
Value: 1
Newly created trip.
Generated from protobuf enum NEW = 1;
ENROUTE_TO_PICKUP
Value: 2
The driver is on their way to the pickup point.
Generated from protobuf enum ENROUTE_TO_PICKUP = 2;
ARRIVED_AT_PICKUP
Value: 3
The driver has arrived at the pickup point.
Generated from protobuf enum ARRIVED_AT_PICKUP = 3;
ARRIVED_AT_INTERMEDIATE_DESTINATION
Value: 7
The driver has arrived at an intermediate destination and is waiting for the rider.
Generated from protobuf enum ARRIVED_AT_INTERMEDIATE_DESTINATION = 7;
ENROUTE_TO_INTERMEDIATE_DESTINATION
Value: 8
The driver is on their way to an intermediate destination (not the dropoff point).
Generated from protobuf enum ENROUTE_TO_INTERMEDIATE_DESTINATION = 8;
ENROUTE_TO_DROPOFF
Value: 4
The driver has picked up the rider and is on their way to the next destination.
Generated from protobuf enum ENROUTE_TO_DROPOFF = 4;
COMPLETE
Value: 5
The rider has been dropped off and the trip is complete.
Generated from protobuf enum COMPLETE = 5;
CANCELED
Value: 6
The trip was canceled prior to pickup by the driver, rider, or rideshare provider.
Generated from protobuf enum CANCELED = 6;