GMTSTripStatus
enum GMTSTripStatus : NSUInteger {}Defines all the possible trip statuses.
-
Declaration
Swift
case unknown = 0Objective-C
GMTSTripStatusUnknown -
Declaration
Swift
case new = 1Objective-C
GMTSTripStatusNew -
Declaration
Swift
case enrouteToPickup = 2Objective-C
GMTSTripStatusEnrouteToPickup -
Declaration
Swift
case arrivedAtPickup = 3Objective-C
GMTSTripStatusArrivedAtPickup -
Declaration
Swift
case enrouteToIntermediateDestination = 4Objective-C
GMTSTripStatusEnrouteToIntermediateDestination -
Declaration
Swift
case arrivedAtIntermediateDestination = 5Objective-C
GMTSTripStatusArrivedAtIntermediateDestination -
Declaration
Swift
case enrouteToDropoff = 6Objective-C
GMTSTripStatusEnrouteToDropoff -
Declaration
Swift
case complete = 7Objective-C
GMTSTripStatusComplete -
Declaration
Swift
case canceled = 8Objective-C
GMTSTripStatusCanceled