# LocationProviderDict

Simple object describing a location provider.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Overview

The accuracy and power values correspond to constants defined in the Android API. See android.location.Criteria (opens new window) in the Android API Reference.

These values are generalizations. In general, a provider with coarse accuracy will provide less accurate results than a provider with fine accuracy, and a provider with high power requirements will use more battery power than a provider with low power requirements.

# Properties

# accuracy

Availability
0.8
0.8
9.2.0
accuracy :Number

Accuracy of the location provider, either fine (1) or coarse (2).


# name

Availability
0.8
0.8
9.2.0
name :String

Name of the location provider.


# power

Availability
0.8
0.8
9.2.0
power :Number

Power consumption for this provider, either low (1), medium (2), or high (3).