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