The fields of Android.Locations.LocationManager are listed below. For a list of all members, see the LocationManager Members list.
See Also: Inherited members from Java.Lang.Object
const | GpsProvider | string. Name of the GPS location provider. |
const | KeyLocationChanged | string. Key used for a Bundle extra holding a Location value when a location change is broadcast using a PendingIntent. |
const | KeyProviderEnabled | string. Key used for a Bundle extra holding an Boolean status value when a provider enabled/disabled event is broadcast using a PendingIntent. |
const | KeyProximityEntering | string. Key used for the Bundle extra holding a boolean indicating whether a proximity alert is entering (true) or exiting (false). |
const | KeyStatusChanged | string. Key used for a Bundle extra holding an Integer status value when a status change is broadcast using a PendingIntent. |
const | ModeChangedAction | string. Broadcast intent action when NoType:android/provider/Settings$Secure;Href=../../../reference/android/provider/Settings.Secure.html#LOCATION_MODE changes. |
const | NetworkProvider | string. Name of the network location provider. |
const | PassiveProvider | string. A special location provider for receiving locations without actually initiating a location fix. |
const | ProvidersChangedAction | string. Broadcast intent action when the configured location providers change. |