GMTDVehicleStopState
enum GMTDVehicleStopState : NSUInteger {}Enum representing all possible VehicleStop states.
-
Declaration
Swift
case unspecified = 0Objective-C
GMTDVehicleStopStateUnspecified = 0 -
Declaration
Swift
case new = 1Objective-C
GMTDVehicleStopStateNew -
Declaration
Swift
case enroute = 2Objective-C
GMTDVehicleStopStateEnroute -
Declaration
Swift
case arrived = 3Objective-C
GMTDVehicleStopStateArrived