On Nov 23, 2:35 pm, Jack Finger <[EMAIL PROTECTED]> wrote: > I have a map, which is defaultly set to see all Europe. In 5 cities in > Europe I have markers. I need to zoom on level 15 when I click on the > marker and unzoom back to see all Europe when I click to Close button. > It is here:
http://www.btic.eu/_design/. Your only choice (right now) is infowindowclose. You can add some code to see if it came from a marker or a click on the map, if that is your issue, that issue has been discussed previously: http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=infowindowclose&qt_g=Search+this+group BTW - you have an extra "," in your places array that makes IE unhappy (it appends a null element to the array when you do that...) -- Larry > > On 23 Lis, 17:42, Rossko <[EMAIL PROTECTED]> wrote: > > > > I need help in InfoWindowHtml - I use function map.openInfoWindowHtml > > > (), it works, but I need to define a listener to event "on close > > > button of info window html click" - does it exist? > > > It might help if you expand a bit on what you are trying to achieve? > > > There is an event infowindowclose for the infowindow closing, which > > has been discussed in this group very recently. > > That won't help if you are trying to intercept a click on the X, > > though. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
