Android.Locations.LocationManager.GpsProvider Field
Name of the GPS location provider.

Syntax

[Android.Runtime.Register("GPS_PROVIDER")]
public const string GpsProvider

Remarks

Name of the GPS location provider.

This provider determines location using satellites. Depending on conditions, this provider may take a while to return a location fix. Requires the permission NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#ACCESS_FINE_LOCATION.

The extras Bundle for the GPS location provider can contain the following key/value pairs:

  • satellites - the number of satellites used to derive the fix

[Android Documentation]

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1