# Titanium.Geolocation.Android.LocationProvider

Represents a source of location information, such as GPS.

Availability
2.0.0

# Overview

See Titanium.Geolocation.Android for details on using LocationProviders to manually configure location updates.

# Properties

# minUpdateDistance

Availability
2.0.0
minUpdateDistance :Number

Don't send a location update unless the location has changed at least minUpdateDistance meters since the previous update.


# minUpdateTime

Availability
2.0.0
minUpdateTime :Number

Limits the frequency of location updates to no more than one per minUpdateTime seconds.


# name

Availability
2.0.0
name :String

Type of location provider: PROVIDER_GPS, PROVIDER_NETWORK, or PROVIDER_PASSIVE.