[Google Maps API v3] Re: Auto close InfoWindow when another marker is pressed, or they move?

2011-06-20 Thread Gary B
I've done something similar to keep just one infoWindow open. I initialize a var like this var currentInfoWindow = null; then on every marker click event I do something like this: var infowindow = new google.maps.InfoWindow({ content: "your content here" }); google.maps.event.addListener(mark

[Google Maps API v3] RichMarker with svg content onClick won't work

2011-06-13 Thread Gary B
Hi, I wanted to use an svg for my marker and found that I could do it with RichMarker, and that works great. Thanks to http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/ee71c799fa7be4fc/cdc2f9493430e271?lnk=gst&q=richmarker+svg#cdc2f9493430e271 My problem started when I want