On Nov 2, 3:14 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > If you only have one infoWindow open at a time (a limitation on > GInfoWindows), you can use the map method to close the only infoWindow > that is open. Does ExtInfoWindow let you have more than one open at a > time? > > -- Larry
ExtInfoWindow doesn't allow you to have more than one open at a time. I want GMarker to emit an "extinfowindowclose" event because I'm setting up a unique listener for that event for each marker. I just searched around some more, and found this bug report, which includes a solution to my problem: http://code.google.com/p/gmaps-utility-library-dev/issues/detail?id=66 I've patched extinfowindow.js with the suggestion in the bug report, and confirm that GMarker now emits an "extinfowindowclose" event when its ExtInfoWindow is closed. Cheers, Nick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
