react-native-cluster-map icon indicating copy to clipboard operation
react-native-cluster-map copied to clipboard

Access markers inside cluster

Open AlixH opened this issue 4 years ago • 2 comments

I would like to change the cluster style depending on the markers it represents. Since the pointCount is accessible, wouldn't it be possible to also access the marker objects for each cluster ?

AlixH avatar May 06 '21 10:05 AlixH

Up

AlixH avatar Oct 20 '21 08:10 AlixH

onClusterClick can access the children markers, so I think it can be possible to add it to renderClusterMarker

AlixH avatar Oct 25 '21 11:10 AlixH