AWSLocationSpeedUnit
Objective-C
NS_ENUM(NSInteger, AWSLocationSpeedUnit) {
AWSLocationSpeedUnitUnknown,
AWSLocationSpeedUnitKilometersPerHour,
AWSLocationSpeedUnitMilesPerHour,
}
Swift
enum AWSLocationSpeedUnit : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationSpeedUnitUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLocationSpeedUnitKilometersPerHourSwift
case kilometersPerHour = 1 -
Undocumented
Declaration
Objective-C
AWSLocationSpeedUnitMilesPerHourSwift
case milesPerHour = 2
View on GitHub
Install in Dash
AWSLocationSpeedUnit Enumeration Reference