LocationManager.IsLocationEnabled 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.
Returns the current enabled/disabled state of location.
public virtual bool IsLocationEnabled { [Android.Runtime.Register("isLocationEnabled", "()Z", "GetIsLocationEnabledHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isLocationEnabled", "()Z", "GetIsLocationEnabledHandler", ApiSince=28)>]
member this.IsLocationEnabled : bool
Property Value
true if location is enabled and false if location is disabled.
- Attributes
Remarks
Returns the current enabled/disabled state of location. To listen for changes, see #MODE_CHANGED_ACTION
.
Java documentation for android.location.LocationManager.isLocationEnabled()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.