GeofenceHardware.GeofenceEntered 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 has entered the geofence.

[Android.Runtime.Register("GEOFENCE_ENTERED")]
[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 GeofenceEntered = 1;
[<Android.Runtime.Register("GEOFENCE_ENTERED")>]
[<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 GeofenceEntered : Android.Hardware.Location.GeofenceTransition

Field Value

Value = 1
Attributes

Remarks

The constant to indicate that the user has entered the geofence.

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

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