mapbox / supercluster

A very fast geospatial point clustering library for browsers and Node.
ISC License
2.08k stars 298 forks source link

Getting the children of each cluster #212

Closed Duderinooo closed 1 year ago

Duderinooo commented 1 year ago

How do I get the children of a cluster ? If I console.log the properties I get a count of the points associated with the cluster, but I need to get the actual information of the points.

mourner commented 1 year ago

https://github.com/mapbox/supercluster#getleavesclusterid-limit--10-offset--0