LocationManager.RemoveGpsStatusListener(GpsStatus+IListener) Method

Definition

Removes a GPS status listener.

[Android.Runtime.Register("removeGpsStatusListener", "(Landroid/location/GpsStatus$Listener;)V", "GetRemoveGpsStatusListener_Landroid_location_GpsStatus_Listener_Handler")]
public virtual void RemoveGpsStatusListener (Android.Locations.GpsStatus.IListener? listener);
[<Android.Runtime.Register("removeGpsStatusListener", "(Landroid/location/GpsStatus$Listener;)V", "GetRemoveGpsStatusListener_Landroid_location_GpsStatus_Listener_Handler")>]
abstract member RemoveGpsStatusListener : Android.Locations.GpsStatus.IListener -> unit
override this.RemoveGpsStatusListener : Android.Locations.GpsStatus.IListener -> unit

Parameters

listener
GpsStatus.IListener

GPS status listener object to remove

Attributes

Remarks

Java documentation for android.location.LocationManager.removeGpsStatusListener(android.location.Listener).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to