I use google map api for my personnal web photo gallery. For each pictures with gps coordinates, I add a Maker object on a map and an InfoWindows object associated with the marker to show a thumbnail when I click on the marker with mouse.
My question : How to automatically close an InfoWindows when I click on other Marker ? In another word, when I click on a marker, I want to close all other InfoWindows opened before.
You can see some tests here : http://avbo7291.o2switch.net/outils/test-google-map-api.html
Thanks for your help