You can open the infowindow using the GMap2 openInfoWindowHtml() method instead of the GMarker openInfoWindowHtml() method.
The infowindow will not automatically close when the marker which it was opened on is removed from the map by your marker manager. http://code.google.com/apis/maps/documentation/reference.html#GMap2.openInfoWindowHtml Check out the GInfoWindowOptions pixelOffset property if you use the GMap2 openInfoWindowHtml() method, as the GMap2 method positions the open infowindow differently than the GMarker openInfoWindowHtml() method. http://code.google.com/apis/maps/documentation/reference.html#GInfoWindowOptions Martin. On 2 June, 05:25, Rami <[email protected]> wrote: > I am using Marker Manager to handle a large number of markers for a > map editor. If I create a marker, open the infowindow (with > noCloseOnClick set to true), then change the zoom, the infowindow > closes. I like to keep that infowindow open since it contains unsaved > data. Without the MarkerManager, it stays open, but with the Marker > Manager, it closes when the zoom changes. > > What can I do short of reverting to my old map without the > MarkerManager? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
