var marker = new GMarker(point, {title: "Hello"});
should produce you a marker with a tooltip text "Hello"
You don't have to set any 'mouseover' listeners for that. It is
generated by browser but no html is allowed.

If you want to style your tooltip and put any content in it, you
should go for:
http://econym.org.uk/gmap/elabel.htm

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to