Replies: 1 comment
-
Hi, did you ever work this out? Got a similar use case where I would like to access the marker details inside the cluster. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thx for this great Libaray. I save a lot of times using it.
I can access the GoogleMaps instance, is there a way to access the Clusterer ? I need a click Event to get the count and all the Markers inside the Clusterer.
Something like this.
google.maps.event.addListener(markerCluster, 'clusterclick', function(cluster) { cluster.getCenter(); cluster.getMarkers(); cluster.getSize(); });
Beta Was this translation helpful? Give feedback.
All reactions