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