ZendriveVehicleType
enum ZendriveVehicleType : int {}
Type of vehicle used in the drive recorded by the Zendrive SDK.
A default vehicle type can be set using -[ZendriveDriverAttributes setVehicleType:].
The detected type is returned to the application in the ZendriveAnalyzedDriveInfo.vehicleType
field of the -[ZendriveDelegateProtocol processAnalysisOfDrive:] callback.
-
Indicates a car vehicle type.
Declaration
Objective-C
ZendriveVehicleTypeCar = 0 -
Indicates a motorcycle vehicle type.
Declaration
Objective-C
ZendriveVehicleTypeMotorcycle = 1 -
Indicates that the user was not driving.
Declaration
Objective-C
ZendriveVehicleTypeUnknown = -1
ZendriveVehicleType Enumeration Reference