react-native-map-clustering
react-native-map-clustering copied to clipboard
Question: Any way to make custom cluster markers based on the markers that are clustered?
I am looking to have a different cluster color depending on attributes of the markers that are clustered together. Is it possible to obtain this data or maybe expose it to renderCluster() in the cluster parameter?
Same here... did you find a solution?
No I haven't, yet. @MaximoSucari
You need to get data from superCluster.
https://github.com/venits/react-native-map-clustering/pull/152 https://github.com/mapbox/supercluster
My workaround in #181 might offer a possible way to do this depending on what exactly you need.