I'm using  Xiaoxi Wu MarkerClusterer (see this page
http://googlegeodevelopers.blogspot.com/2009/04/markerclusterer-solution-to-too-many.html)
and it works perfectly.
I would like to add an info window on each single marker with the
click function. The standard syntax:

GEvent.addListener(marker, "click", function() {
        marker.openInfoWindowHtml("Some stuff");
      });

didn't work for me.

Any advice?
Thank you very much

-- 
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.

Reply via email to