computeCoveredArea

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

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.