CLLocationManager.LocationServicesEnabled 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.
Whether location services are available.
public static bool LocationServicesEnabled { [Foundation.Export("locationServicesEnabled")] get; }
member this.LocationServicesEnabled : bool
Property Value
true
if the necessary hardware exists and the user has allowed the app's request for access.
- Attributes