Show / Hide Table of Contents

Enum TripStatus

The status of a trip indicating its progression.

Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public enum TripStatus

Fields

Name Description
ArrivedAtIntermediateDestination

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

ArrivedAtPickup

The driver has arrived at the pickup point.

Canceled

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

Complete

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

EnrouteToDropoff

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

EnrouteToIntermediateDestination

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

EnrouteToPickup

The driver is on their way to the pickup point.

New

Newly created trip.

UnknownTripStatus

Default, used for unspecified or unrecognized trip status.

In this article
Back to top Generated by DocFX