findRegionsAroundPosition
fun findRegionsAroundPosition(position: GeoPoint, radius: Distance, callback: Callback<RegionsAroundPosition, MapUpdateError>): Cancellable
Finds the updatable regions within radius of position.
If Cancellable.cancel is called on the returned object, the callback is not called with MapUpdateError.Canceled.
Return
The Cancellable operation.
Parameters
position
The position around which to find regions.
radius
The radius of the circle around the position to search for regions.
callback
Invoked when the operation has been finished either successfully or with an error. The callback is called in main thread.