# Titanium.Geolocation.Android.LocationProvider
Represents a source of location information, such as GPS.
# Overview
See Titanium.Geolocation.Android for details on using LocationProviders
to
manually configure location updates.
# Properties
# minUpdateDistance
minUpdateDistance :Number
Don't send a location update unless the location has changed at least minUpdateDistance
meters since the previous update.
# minUpdateTime
minUpdateTime :Number
Limits the frequency of location updates to no more than one per minUpdateTime
seconds.