Hi, I know that this is frighteningly similar to a question being asked elsewhere, and to many questions asked before, but I have read all those posts and still can't get my head around this:
Basically, I am trying to replicate a tooltip for polygons using eLabels (being that I understand the API does not support that natively). I can get them to appear on mouseover (setting their location using .getBounds().getCenter();) and disappear on mouseout, but I would like for the label to move along with the cursor when it is over the polygon. Which I suspect is just a case of setting up a mousemove listener and then passing the coordinates to the eLabel. But that's the bit I can't figure out, and I can't see from the debugger if the updated coordinates are getting passed as the mouse moves, or if it's just the original location. Here's my map: http://www.xelawho.com/map/mouseover.htm thanks for any suggestions -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
