> > 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 -~----------~----~----~----~------~----~------~--~---
