- provider
- the name of the provider with which to register
- intent
- a Android.App.PendingIntent to be sent for the location update
Type Reason Java.Lang.IllegalArgumentException if provider is null or doesn't exist Java.Lang.IllegalArgumentException if intent is null Java.Lang.SecurityException if no suitable permission is present
Register for a single location update using a named provider and pending intent.
See LocationManager.RequestLocationUpdates(long, System.Single, System.Single, System.Single) for more detail on how to use this method.