TTTrafficUnitType
Objective-C
enum TTTrafficUnitType {}
Swift
enum TTTrafficUnitType : Int
TTTrafficUnitType
-
kmph
Declaration
Objective-C
TTTrafficUnitTypeKMPH = 1Swift
case KMPH = 1 -
mph
Declaration
Objective-C
TTTrafficUnitTypeMPHSwift
case MPH = 2
TTTrafficUnitType Enumeration Reference