When you detect a marker mouseover, issue a setTimeout, save a global reference to the timer handle and save a global reference to the marker.
If there's a mouseout event, call clearTimeout() on the timer handle. If there's another marker mouseover event, call clearTimeout() on the old timer handle and start a new one. When the timer completes, trigger a "click" event on the marker. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
