get Tile Region
open fun getTileRegion(@NonNull id: String, @NonNull callback: TileRegionCallback)
Content copied to clipboard
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
id
The tile region id.
callback
The result callback.