search Geofences
@JvmStatic()
Content copied to clipboard
Gets the device's current location, then searches for geofences near that location, sorted by distance.
See also
Parameters
fun searchGeofences(radius: Int, tags: Array<String>?, metadata: JSONObject?, limit: Int?, block: (status: Radar.RadarStatus, location: Location?, geofences: Array<RadarGeofence>?) -> Unit)
Content copied to clipboard
Gets the device's current location, then searches for geofences near that location, sorted by distance.
See also
Parameters
@JvmStatic()
Content copied to clipboard
Search for geofences near a location, sorted by distance.
See also
Parameters
fun searchGeofences(near: Location, radius: Int, tags: Array<String>?, metadata: JSONObject?, limit: Int?, block: (status: Radar.RadarStatus, location: Location?, geofences: Array<RadarGeofence>?) -> Unit)
Content copied to clipboard
Search for geofences near a location, sorted by distance.