Not sure if this has been done before but what I'm attempting is to have a Hover state for each of my GMarkers. I am attempting this via the mouseover and mouseout events. However I am running into the problem that if the mouseover event will kills off the mouseout event. Now in each event I am removing all events, removing the overlay, creating the new GMarker with new GIcon, adding the overlay, and re- adding all the events.
However the mouseover event seems to kill off the mouseout event as well as make any time the mouse moves on the icon fire a new mouseover event.I have verified that the mouseout event is getting re-added but just never seems to fire. I have also looked into making sure the events are created right and they do work as long as I don't change the Icon. I would provide a link but the code resides on an internal server. Sorry. The most I can provide is a Pseudo code version if you need. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
