Android.Locations.LocationManager.AllProviders Property
Returns a list of the names of all known location providers.

Syntax

[get: Android.Runtime.Register("getAllProviders", "()Ljava/util/List;", "GetGetAllProvidersHandler")]
public virtual IList<string> AllProviders { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a list of the names of all known location providers.

All providers are returned, including ones that are not permitted to be accessed by the calling activity or are currently disabled.

[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