GoogleRidesharingConsumer Framework Reference

  • GMTSTripStatus is an enumeration that defines all possible statuses for a trip.

  • The GMTSTripStatus enum includes statuses like unknown, new, enrouteToPickup, arrivedAtPickup, and enrouteToIntermediateDestination.

  • It also covers arrivedAtIntermediateDestination, enrouteToDropoff, complete, and canceled trip statuses.

  • The declaration of each of the trip statuses are listed for both Swift and Objective-C.

GMTSTripStatus

enum GMTSTripStatus : NSUInteger {}

Defines all the possible trip statuses.