On Sep 20, 6:29 pm, Scratch22 <[email protected]> wrote: > I have a Mouseover event that displays the listings name. The problem > is when i drag the map around the listings name stays in the position > it is initailly loaded to?? If that makes sence, take a look below.
I loaded your map but I'm not getting an 'mouseover' event triggered. Instead of I have to click on the marker for it to come up. Is this not the one you're having problems with? And if so, you need to show us the actual working (or in this case failing) map. Based on what you're explaining, instead of recalculating the offset and doing all of that, why not add a listener for the "moveend" event to your map? When triggered, clear all your overlays (which include your markers) and then place them back on the map. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
