Hi I'am trying to google up this for about week with no success.
How can i call function after click on cluster and how can i get
markers in this cluster ?
This is what i tried with no result:
...
var markerCluster = new MarkerClusterer(map, markers);
GEvent.addListener(markerCluster, "clusterclick",
function(cluster) {
var cmarkers = cluster.getMarkers();
alert("test");
});
...
Clusters are shown on the map but when i click on them no action (no
alert)
Please help.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
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-api?hl=en.