GMTDVehicleState
enum GMTDVehicleState : NSInteger {}
Enum that represents the current vehicle state.
-
Declaration
Swift
case offline = 0
Objective-C
GMTDVehicleStateOffline = 0
-
Declaration
Swift
case online = 1
Objective-C
GMTDVehicleStateOnline