Wasn't it Jeffro who wrote: > >Can someone suggest a solution to the following problem? >I would like to be able to display a label when I mouseover a >particular marker. I don't want an infowindow, just a label that will >only display so long as my cursor is hovering over a particular >feature. > >I have tried to produce a mouseover infowindow but I can't even get >that to work. The click listener works just fine, but not the >mouseover. > >www.cragview.net/prac.html > >Code line 80 is the issue I think.
There is no marker mouseover listener in that example. If you add one, just like your "click" listener, then it should work. -- 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 -~----------~----~----~----~------~----~------~--~---
