Is there a way to delay a mouseover event from occurring?  With this,
I don't mean setTimeout and call some anonymous function or some other
function after a certain time has elapsed.  The setTimout only delays
and shifts all functionality to another open queue time.  So, in the
end, the Infowindow will pop up after the timeout setting has lapsed.

What I want is as follows:

1) A user will use the mouse pointer and may have inadvertently mouse
over a marker, especially in a location where there are tightly packed
markers in an area.
2) The marker will have a 1 second elapsed time to respond to open an
InfoWindow, but if it is less than that one second and the mouse
pointer is off the marker (mouseout), the Infowindow does not open.
3) So, if the user decides to open the InfoWindow to view some info on
the marker, the mouse pointer will be on the marker for at least 1
second in order for the InfoWindow to pop up.

Can this be done and how (if possible)?

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

Reply via email to