Type Aliases
The following type aliases are available globally.
-
Undocumented
Declaration
Swift
public typealias CLGeocodeCompletionHandler = ([CLPlacemark]?, (any Error)?) -> Void
-
Represents latitude or longitude values in degrees.
Declaration
Swift
public typealias CLLocationDegrees = Double
-
Represents the accuracy of location data in meters.
Declaration
Swift
public typealias CLLocationAccuracy = Double
-
Represents a distance in meters.
Declaration
Swift
public typealias CLLocationDistance = Double
-
Represents speed in meters per second.
Declaration
Swift
public typealias CLLocationSpeed = Double
-
Represents the accuracy of a speed measurement in meters per second.
Declaration
Swift
public typealias CLLocationSpeedAccuracy = Double
-
Represents a direction in degrees.
Declaration
Swift
public typealias CLLocationDirection = Double
-
Represents the accuracy of a directional measurement in degrees.
Declaration
Swift
public typealias CLLocationDirectionAccuracy = Double