Enumerations
The following enumerations are available globally.
-
The accuracy level the app is authorized to use. Apple Documentation
See moreDeclaration
Swift
public enum CLAccuracyAuthorization : String, CustomDebugStringConvertible, CustomStringConvertible
-
The type of user activity associated with the location updates. Apple Documentation
See moreDeclaration
Swift
public enum CLActivityType : String, CustomDebugStringConvertible, CustomStringConvertible
-
The authorization status for the application, indicating whether it can use location services. Apple Documentation
See moreDeclaration
Swift
public enum CLAuthorizationStatus : String, CustomDebugStringConvertible, CustomStringConvertible
-
Represents the physical orientation of a device. Apple Documentation
See moreDeclaration
Swift
public enum CLDeviceOrientation : String, CustomDebugStringConvertible, CustomStringConvertible
-
The minimum distance (measured in meters) a device must move before an update event is generated. Apple Documentation
See moreDeclaration
Swift
public enum CLDistanceFilter : Double, CustomDebugStringConvertible, CustomStringConvertible
-
Represents different components of heading data. Apple Documentation
See moreDeclaration
Swift
public enum CLHeadingComponent : String
-
The minimum angular change (measured in degrees) required to generate a heading update event. Apple Documentation
See moreDeclaration
Swift
public enum CLLocationManagerHeadingFilter : Double
-
The relation between the user’s device and a nearby beacon. Apple Documentation
See moreDeclaration
Swift
public enum CLProximity : String, CustomStringConvertible, CustomDebugStringConvertible
-
The state of a region relative to the user’s location. Apple Documentation
See moreDeclaration
Swift
public enum CLRegionState : String