Module: Google::Maps::FleetEngine::V1::TripStatus

Defined in:
proto_docs/google/maps/fleetengine/v1/trips.rb

Overview

The status of a trip indicating its progression.

Constant Summary collapse

UNKNOWN_TRIP_STATUS =

Default, used for unspecified or unrecognized trip status.

0
NEW =

Newly created trip.

1
ENROUTE_TO_PICKUP =

The driver is on their way to the pickup point.

2
ARRIVED_AT_PICKUP =

The driver has arrived at the pickup point.

3
ARRIVED_AT_INTERMEDIATE_DESTINATION =

The driver has arrived at an intermediate destination and is waiting for the rider.

7
ENROUTE_TO_INTERMEDIATE_DESTINATION =

The driver is on their way to an intermediate destination (not the dropoff point).

8
ENROUTE_TO_DROPOFF =

The driver has picked up the rider and is on their way to the next destination.

4
COMPLETE =

The rider has been dropped off and the trip is complete.

5
CANCELED =

The trip was canceled prior to pickup by the driver, rider, or rideshare provider.

6