AWSLocationVehicleWeightUnit
Objective-C
NS_ENUM(NSInteger, AWSLocationVehicleWeightUnit) {
AWSLocationVehicleWeightUnitUnknown,
AWSLocationVehicleWeightUnitKilograms,
AWSLocationVehicleWeightUnitPounds,
}
Swift
enum AWSLocationVehicleWeightUnit : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationVehicleWeightUnitUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLocationVehicleWeightUnitKilogramsSwift
case kilograms = 1 -
Undocumented
Declaration
Objective-C
AWSLocationVehicleWeightUnitPoundsSwift
case pounds = 2
View on GitHub
Install in Dash
AWSLocationVehicleWeightUnit Enumeration Reference