Android.Hardware.Location.GeofenceHardwareRequest.CreateCircularGeofence Method
Create a circular geofence.

Syntax

[Android.Runtime.Register("createCircularGeofence", "(DDD)Landroid/hardware/location/GeofenceHardwareRequest;", "")]
public static GeofenceHardwareRequest CreateCircularGeofence (double latitude, double longitude, double radius)

Parameters

latitude
Latitude of the geofence
longitude
Longitude of the geofence
radius
Radius of the geofence (in meters)

Returns

Documentation for this section has not yet been entered.

Remarks

Create a circular geofence.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Location
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18