The members of Android.Hardware.Location.GeofenceHardwareRequest are listed below.
See Also: Inherited members from Java.Lang.Object
| LastTransition | GeofenceTransition. Returns the last transition of this geofence. | |
| [read-only] | Latitude | double. Returns the latitude of this geofence. |
| [read-only] | Longitude | double. Returns the longitude of this geofence. |
| MonitorTransitions | GeofenceTransition. Returns transitions monitored for this geofence. | |
| NotificationResponsiveness | int. Returns the notification responsiveness of this geofence. | |
| [read-only] | Radius | double. Returns the radius of this geofence. |
| UnknownTimer | int. Returns the unknownTimer of this geofence. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | CreateCircularGeofence(double, double, double)Create a circular geofence. | |