GeofenceHardware.MonitoringTypeGpsHardware Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Location.GeofenceMonitoringType enum directly instead of this field.

Constant for geofence monitoring done by the GPS hardware.

[Android.Runtime.Register("MONITORING_TYPE_GPS_HARDWARE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Location.GeofenceMonitoringType enum directly instead of this field.", true)]
public const Android.Hardware.Location.GeofenceMonitoringType MonitoringTypeGpsHardware = 0;
[<Android.Runtime.Register("MONITORING_TYPE_GPS_HARDWARE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Location.GeofenceMonitoringType enum directly instead of this field.", true)>]
val mutable MonitoringTypeGpsHardware : Android.Hardware.Location.GeofenceMonitoringType

Field Value

Value = 0
Attributes

Remarks

Constant for geofence monitoring done by the GPS hardware.

Java documentation for android.hardware.location.GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE.

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