CLLocationManager.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authorization status of the app (e.g., if the app is denied access to location services).
public static CoreLocation.CLAuthorizationStatus Status { [Foundation.Export("authorizationStatus")] get; }
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreLocation.CLAuthorizationStatus Status { [Foundation.Export("authorizationStatus")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.Status : CoreLocation.CLAuthorizationStatus
Property Value
The value is determined by the user's interaction with the standard permissions dialog.
- Attributes
Remarks
See the "Requesting Authorization" discussion in the class-level remarks: CLLocationManager.
Applies to
See also
- <xref:CoreLocation.AuthorizationChanged>