GoogleMaps/API/doc/ClassReference/35-GLogのソース-N☆E 学習帳

[ リロード ]   [ ソース ]  [ トップ | 一覧 | 単語検索 | 最新 | バックアップ | ヘルプ ]

*GLog [namespace]
http://www.google.com/apis/maps/documentation/
**Version 2 (2006.4) &font(Red){新規};
>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
|TLEFT:97%||c
|Static Methods|Return Value|Description|h
|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.|