Android.Locations.ILocationListener
Used for receiving notifications from the LocationManager when the location has changed.

See Also: ILocationListener Members

Syntax

[Android.Runtime.Register("android/location/LocationListener", "", "Android.Locations.ILocationListenerInvoker")]
public interface ILocationListener : Android.Runtime.IJavaObject, IDisposable

Remarks

Used for receiving notifications from the LocationManager when the location has changed. These methods are called if the LocationListener has been registered with the location manager service using the LocationManager.RequestLocationUpdates(string, System.Int64, System.Int64, System.Int64) method.

Developer Guides

For more information about identifying user location, read the Obtaining User Location developer guide.

[Android Documentation]

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1