GMTSVehicleState
enum GMTSVehicleState : NSUInteger {}
Enum that defines all vehicle states.
-
Declaration
Swift
case unknown = 0
Objective-C
GMTSVehicleStateUnknown
-
Declaration
Swift
case offline = 1
Objective-C
GMTSVehicleStateOffline
-
Declaration
Swift
case online = 2
Objective-C
GMTSVehicleStateOnline