--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
Thanks very much ! it works fine.
Just a last thing : how to use the values (array ?) return by
cluster.getMarkers() ?
Sorry, but I'm a beginner with Javascript.
Regards
Patrick Massas
Hi Patrick,
markers.push(marker);
markers.push(marker2);
google.maps.event.addListener(markerCluster, 'clusterclick',
function(cluster) {
});
google-maps-js-a...@googlegroups.com.
Hi Luke,
Thanks very much ! it works fine.
Just a last thing : how to use the values (array ?) return by cluster.getMarkers() ?
Sorry, but I'm a beginner with Javascript.
Regards
Patrick Massas
Hi Luke,
Possible to use InfoWindow.open when click on a cluster marker ?
Thanks
Patrick
From: google-map...@googlegroups.com
[mailto:google-map...@googlegroups.com] On Behalf Of Luke Mahé
Sent: mardi 24 août 2010 03:00
To: google-map...@googlegroups.com
Subject: Re: [Google Maps API v3] Re: MarkerCluster clickevent
Here you go: