JiriHoffmann / react-native-clusterer

React Native clustering library using C++ Supercluster implementation
MIT License
159 stars 20 forks source link

Custom pin_count on Supercluster.ClusterFeature #43

Open ramssutharr opened 2 months ago

ramssutharr commented 2 months ago

i have grouped my markers with LatLng. i want to show the count of posts each marker can have. This is possible if a point is not cluster but in case of cluster it is not possible.

lazyflog commented 1 month ago

To get to the bottom of it, we need a little more explanation and example code.