MapPolygonInfo

fun MapPolygonInfo(modifier: Modifier, visibleRegions: List<RegionViewData>)

Component used for debugging map rendering. It displays information about the visible regions and identifies any polygons that cross the antimeridian (180th longitude).

Parameters

modifier

the modifier used for the internal Column.

visibleRegions

the list of currently visible region data objects.