Android.Hardware.Location.GeofenceHardwareRequest Members

The members of Android.Hardware.Location.GeofenceHardwareRequest are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Properties

LastTransitionGeofenceTransition. Returns the last transition of this geofence.
[read-only]
Latitudedouble. Returns the latitude of this geofence.
[read-only]
Longitudedouble. Returns the longitude of this geofence.
MonitorTransitionsGeofenceTransition. Returns transitions monitored for this geofence.
NotificationResponsivenessint. Returns the notification responsiveness of this geofence.
[read-only]
Radiusdouble. Returns the radius of this geofence.
UnknownTimerint. Returns the unknownTimer of this geofence.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
CreateCircularGeofence(double, double, double) : GeofenceHardwareRequest
Create a circular geofence.