Device.Location.Android.Priority

Android

Since

3.1.1

Location Priority enums indicates the quality of service for location updates. For example, if your application wants high accuracy location it should start a location with Location.Android.Priority.HIGH_ACCURACY.

Enumeration Members

HIGH_ACCURACY: "HIGH_ACCURACY"

High accuracy. Least battery efficient. Uses GPS only.

Property

Static

Since

3.1.1

BALANCED: "BALANCED"

Block level accuracy is considered to be about 100 meter accuracy. Using a coarse accuracy such as this often consumes less power.

Property

Static

Since

3.1.1

LOW_POWER: "LOW_POWER"

City level accuracy is considered to be about 10km accuracy. Using a coarse accuracy such as this often consumes less power

Property

Static

Since

3.1.1

NO_POWER: "NO_POWER"

No locations will be returned unless a different client has requested location updates in which case this request will act as a passive listener to those locations.

Property

Static

Since

3.1.1

Generated using TypeDoc