[EMAIL PROTECTED] wrote: > Wouter wrote: > > Hi everyone, > > > > I have a map with locations, right now, everything works with > > clickable markers and infowindows. But what I want in addition is that > > when people hover their mouse over the markers, is that a little box > > appears with the name of the location in it. Like an alt tag in HTML. > > But I still want the markers to be clickable with an infowindow. > > > > Does anyone know how to do that? > > Yes. Investigate the title property of GMarkerOptions: > http://code.google.com/apis/maps/documentation/reference.html#GMarkerOptions > title > String > This string will appear as tooltip on the marker, i.e. it will work > just as the title attribute on HTML elements. (Since 2.50) > > (for examples, most of my maps include them)
And the example from Mike Williams' tutorial: http://econym.googlepages.com/tooltips.htm > > -- Larry > > > > > Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
