Android.Locations.LocationManager.GetGpsStatus Method
Retrieves information about the current status of the GPS engine.

Syntax

[Android.Runtime.Register("getGpsStatus", "(Landroid/location/GpsStatus;)Landroid/location/GpsStatus;", "GetGetGpsStatus_Landroid_location_GpsStatus_Handler")]
public virtual GpsStatus GetGpsStatus (GpsStatus status)

Parameters

status
object containing GPS status details, or null.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieves information about the current status of the GPS engine. This should only be called from the NoType:android/location/GpsStatus$Listener;Href=../../../reference/android/location/GpsStatus.Listener.html#onGpsStatusChanged(int) callback to ensure that the data is copied atomically. The caller may either pass in a Android.Locations.GpsStatus object to set with the latest status information, or pass null to create a new Android.Locations.GpsStatus object.

[Android Documentation]

Requirements

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