public final class ProviderRequest extends Object implements android.os.Parcelable
hide
Fields Summary
public boolean
reportLocation
Location reporting is requested (true)
public long
interval
The smallest requested interval
public List
locationRequests
A more detailed set of requests.
Location Providers can optionally use this to
fine tune location updates, for example when there
is a high power slow interval request and a
low power fast interval request.