findRegionsAroundPosition
fun findRegionsAroundPosition(position: GeoPoint, radius: Distance, callback: Callback<RegionsAroundPosition, UpdateErrorCode>): Cancellable
Finds the updatable regions within radius of position.
If Cancellable.cancel is called on the returned object, the callback is called with UpdateErrorCode.Canceled. That is unless the cancellation came to late in which case the operation completes normally.
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.