computeCoveredArea

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.

open fun computeCoveredArea(descriptors: List<TilesetDescriptor>, callback: TileRegionGeometryCallback)