getTileRegionGeometry

Returns a tile region's associated geometry The region associated geometry is provided by the client and it represents the area, which the tile region must cover. The actual regional geometry depends on the tiling scheme and might exceed the associated geometry. 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.

open fun getTileRegionGeometry(id: String, callback: TileRegionGeometryCallback)