Share via


LocationManager.PassiveProvider Field

Definition

A special ___location provider for receiving locations without actively initiating a ___location fix.

[Android.Runtime.Register("PASSIVE_PROVIDER")]
public const string PassiveProvider;
[<Android.Runtime.Register("PASSIVE_PROVIDER")>]
val mutable PassiveProvider : string

Field Value

Attributes

Remarks

A special ___location provider for receiving locations without actively initiating a ___location fix. This ___location provider is always present.

This provider can be used to passively receive ___location updates when other applications or services request them without actually requesting the locations yourself. This provider will only return locations generated by other providers.

Java documentation for android.___location.LocationManager.PASSIVE_PROVIDER.

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.

Applies to