Android.Hardware.Location.GeofenceHardware: Field Members

The fields of Android.Hardware.Location.GeofenceHardware are listed below. For a list of all members, see the GeofenceHardware Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
GeofenceEnteredGeofenceTransition (1). The constant to indicate that the user has entered the geofence.
const
GeofenceErrorIdExistsGeofenceError (2). The constant used to indicate that the geofence id already exists.
const
GeofenceErrorIdUnknownGeofenceError (3). The constant used to indicate that the geofence id is unknown.
const
GeofenceErrorInvalidTransitionGeofenceError (4). The constant used to indicate that the transition requested for the geofence is invalid.
const
GeofenceErrorTooManyGeofencesGeofenceError (1). The constant used to indicate that too many geofences have been registered.
const
GeofenceExitedGeofenceTransition (2). The constant to indicate that the user has exited the geofence.
const
GeofenceFailureGeofenceTransition (5). The constant used to indicate that the geofence operation has failed.
const
GeofenceSuccessGeofenceTransition (0). The constant used to indicate success of the particular geofence call
const
GeofenceUncertainGeofenceTransition (4). The constant to indicate that the user is uncertain with respect to a geofence. nn
const
MonitorCurrentlyAvailableGeofenceMonitorStatus (0). Constant to indiciate that the monitoring system is currently available for monitoring geofences.
const
MonitorCurrentlyUnavailableGeofenceMonitorStatus (1). Constant to indiciate that the monitoring system is currently unavailable for monitoring geofences.
const
MonitoringTypeGpsHardwareGeofenceMonitoringType (0). Constant for geofence monitoring done by the GPS hardware.
const
MonitorUnsupportedGeofenceMonitorStatus (2). Constant to indiciate that the monitoring system is unsupported for hardware geofence monitoring.