Creates a clustered POI source and its four layers on the map.
⚠️ Awaits the style before touching it: MapLibre rejects addSource/addLayer until the
style has loaded, and the failure is asynchronous, so a caller that skips the wait gets a
source that silently never appears.
Parameters
map: Map$1
The native MapLibre map.
id: string
Logical POI id; the source and layer ids are derived from it.
Creates a clustered POI source and its four layers on the map.
⚠️ Awaits the style before touching it: MapLibre rejects
addSource/addLayeruntil the style has loaded, and the failure is asynchronous, so a caller that skips the wait gets a source that silently never appears.