compute Covered Area
open fun computeCoveredArea(descriptors: List<TilesetDescriptor>, callback: TileRegionGeometryCallback)
Content copied to clipboard
Computes a polygon of the area covered by the tiles cached in TileStore with the specified TilesetDescriptors.
Parameters
callback
A callback that will be invoked with the resulting polygon.
descriptors
The list of tileset descriptors.