AWSLocationVehicleWeightUnit
Objective-C
NS_ENUM(NSInteger, AWSLocationVehicleWeightUnit) {
AWSLocationVehicleWeightUnitUnknown,
AWSLocationVehicleWeightUnitKilograms,
AWSLocationVehicleWeightUnitPounds,
}
Swift
enum AWSLocationVehicleWeightUnit : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationVehicleWeightUnitUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLocationVehicleWeightUnitKilograms
Swift
case kilograms = 1
-
Undocumented
Declaration
Objective-C
AWSLocationVehicleWeightUnitPounds
Swift
case pounds = 2