getTileRegion

open fun getTileRegion(id: String, callback: TileRegionCallback)

Returns a tile region by its id. Note: The user-provided callbacks will be executed on a TileStore-controlled worker thread; it is the responsibility of the user to dispatch to a user-controlled thread.

Parameters

callback

The result callback.

id

The tile region id.