- provider
- the name of the provider with which to register
- minTime
- minimum time interval between location updates, in milliseconds
- minDistance
- minimum distance between location updates, in meters
- listener
- a Android.Locations.ILocationListener whose ILocationListener.OnLocationChanged(Location) method will be called for each location update
Type Reason Java.Lang.IllegalArgumentException if provider is null or doesn't exist on this device Java.Lang.IllegalArgumentException if listener is null Java.Lang.RuntimeException if the calling thread has no Looper Java.Lang.SecurityException if no suitable permission is present
Register for location updates using the named provider, and a pending intent.
See LocationManager.RequestLocationUpdates(long, System.Single, System.Single, System.Single) for more detail on how to use this method.