On Aug 19, 1:23 pm, sreejith R <[email protected]> wrote: > Hello William,
Mike's obviously too well-brought-up to mention that's he's Mike, not William (Williams is his surname/family name). > Can we include tooltip to the markers in the example given in the below > link.http://econym.org.uk/gmap/categories.htm Of course. Have you looked at the documentation about GMarker to see which property that is? > if yes , how? Within the createMarker() function, which creates the markers, set the .title property of the marker. You could set it to the name variable which is passed as a parameter. Or pass another parameter if you want to use something else. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
