> In the initialize() i got this : > <code> Insufficient info. There isn't any code to open any infowindow from a click, you haven't shown us all the relevant code. Don't know how you open it, can't tell how to close it. Rather than waste everybodies timne posting code snippets, follow the posting guidelines at "BEFORE YOU POST" http://groups.google.com/group/google-maps-api/t/66ea53a601b3b7ba and give a link to your problem map for speedy help.
One obvious thing is that your "code to open the info window on drop- down change" is doing exactly what you tell it, creating a new infowindow every time and never closing any old one. You might rewrite that to either change the properties of an existing infowindow, or to close old ones. -- 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 [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-js-api-v3?hl=en.
