The MapLibre source and layer ids that createClusteredSource created.
A clustered POI source is five MapLibre objects, not one — clusters, their count labels, unclustered circles and the icon symbol layer above them. allLayerIds is what a teardown must iterate: removing the source alone leaves the layers orphaned.
allLayerIds
Symbol layer for GPU-rendered icons stacked above the circle layer.
The MapLibre source and layer ids that createClusteredSource created.
A clustered POI source is five MapLibre objects, not one — clusters, their count labels, unclustered circles and the icon symbol layer above them.
allLayerIdsis what a teardown must iterate: removing the source alone leaves the layers orphaned.