Android.Hardware.Location.GeofenceHardwareMonitorCallback.OnMonitoringSystemChange Method
The callback called when the state of a monitoring system changes.

Syntax

[Android.Runtime.Register("onMonitoringSystemChange", "(IZLandroid/location/Location;)V", "GetOnMonitoringSystemChange_IZLandroid_location_Location_Handler")]
public virtual void OnMonitoringSystemChange ([Android.Runtime.GeneratedEnum] GeofenceMonitoringType monitoringType, bool available, Android.Locations.Location location)

Parameters

monitoringType
The type of the monitoring system.
available
Indicates whether the system is currenty available or not.
location
The last known location according to the monitoring system.

Remarks

The callback called when the state of a monitoring system changes. GeofenceHardware.MonitoringTypeGpsHardware is an example of a monitoring system

[Android Documentation]

Requirements

Namespace: Android.Hardware.Location
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18