- criteria
- contains parameters for the location manager to choose the appropriate provider and parameters to compute the location
- listener
- a Android.Locations.ILocationListener whose ILocationListener.OnLocationChanged(Location) method will be called when the location update is available
- looper
- a Looper object whose message queue will be used to implement the callback mechanism, or null to make callbacks on the calling thread
Type Reason Java.Lang.IllegalArgumentException if criteria is null Java.Lang.IllegalArgumentException if listener is null Java.Lang.SecurityException if no suitable permission is present
Register for a single location update using a Criteria and a callback.
See LocationManager.RequestLocationUpdates(long, System.Single, System.Single, System.Single) for more detail on how to use this method.