http://www.google.com/apis/maps/documentation/
This namespace contains some static methods that help you to debug web applications. When you use one of the write*() methods for the first time, a floating window opens on the page and displays the written messages.
Static Methods | Return Value | Description |
---|---|---|
write(message, color?) | none | Writes the message as plain text into the log window. HTML markup characters will be escaped so that they are visible as characters. |
writeUrl(url) | none | Writes a link to the given URL into the log window. |
writeHtml(html) | none | Writes text as HTML in the log window. |