AWSLocationSpeedUnit
Objective-C
NS_ENUM(NSInteger, AWSLocationSpeedUnit) {
AWSLocationSpeedUnitUnknown,
AWSLocationSpeedUnitKilometersPerHour,
AWSLocationSpeedUnitMilesPerHour,
}
Swift
enum AWSLocationSpeedUnit : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationSpeedUnitUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLocationSpeedUnitKilometersPerHour
Swift
case kilometersPerHour = 1
-
Undocumented
Declaration
Objective-C
AWSLocationSpeedUnitMilesPerHour
Swift
case milesPerHour = 2