Hi Rossko,
I'm not sure if in your previous posts if you were implying that I cannot
create individual and unique infobubbles for each cluster(at max zoom
level). In this code I don't see how it accomplishes that goal.
In this code, is the variable 'cluster' representative of an individual
cluster or the markerclusterer object as a whole?
google.maps.event.addListener(markerCluster, 'clusterclick',
function(cluster) {
var center = cluster.getCenter();
var size = cluster.getSize();
var clickedMarkers = cluster.getMarkers();
alert (size + center + clickedMarkers);
});
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/97XmHFKCvjkJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.