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