On Sep 12, 10:57 am, Natalie O'Toole <[email protected]> wrote: > Does anyone know how to re-center the map when an info window (generated > from a kml layer) is closed?
I don't believe that is possible. > Or a work around for this, please? use the "suppressInfowindows :true" (verify the spelling and capitalization in the documentation) option when you create your KmlLayer. Use a listener on the KmlLayer to open your own infowindow (the KmlLayer click event includes the infowindow html for the default infowindow if you want the same content) then your close listener might work. -- Larry > > Thanks, > > Nat -- 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.
