Share via


GeofenceHardware.GeofenceUncertain Field

Definition

Caution

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

The constant to indicate that the user is uncertain with respect to a geofence.

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

Field Value

Value = 4
Attributes

Remarks

The constant to indicate that the user is uncertain with respect to a geofence.

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

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