Hi,
I try to use the server side clustermarker of Mike Purvis and would
like the marker to be clickable. I added this simple code at the end
of the function createmarker
GEvent.addListener(marker, "click", function() {
GLog.writeHtml(marker.getLatLng()); //debug
marker.openInfoWindowHtml(marker.getLatLng());
});
but nothing happen. Do you have any idea of the problem ?
The link of the page : http://tinyurl.com/bf2s55
Thank you for any 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
-~----------~----~----~----~------~----~------~--~---