I had this problem using my ClusterMarker and found a simple solution.

Instead of using the GMarker openInfoWindowHtml() method, i used the
GMap2 openInfoWindowHtml() method.

That way the infowindow doesn't close when a managed marker is redrawn
when then map pans to display the infowindow.

Bit more info can be found here:
http://googlemapsapi.martinpearman.co.uk/forum/viewthread.php?forum_id=8&thread_id=4

Martin.


On 19 Sep, 08:54, Rossko <[EMAIL PROTECTED]> wrote:
> > > Another issue is that when I see a marker and click on it, if th epage
> > > has to move in order to fit the popup, it pops up real quickly and
> > > then goes away. you then have to click it again and it stays put.
>
> That'll be because the map moves, and triggers your marker refresh
> routine.  You probably want to differentiate user initiated moves from
> an auto initiated pan, perhaps by looking for different events.   Then
> you might want to make your marker refresh routine get data a bit
> 'oversize' for the map, so that if it does auto pan the exposed area
> has the right data.
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to