Google Maps API Tutorial - Tooltips© 2006, 2007 Mike Williams |
Standard TooltipsIt's possible to add tooltips to your markers.Here's an example The preferred syntax for GMarker() allows a set of options to be specified. One of these options is "title", which specifies the tooltip text.
E.g. These types of tooltip are plain text. You can't apply any formatting to them. If you want to change the style, position or duration you'll ned to use custom tooltips.
Potential Pitfalls
Up to the start of this tutorial |