GUnload [function]-GoogleMaps/API/doc/ClassReference/38-GUnload-N☆E 学習帳

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

Counter: 3746, today: 1, yesterday: 2

GUnload [function]

http://www.google.com/apis/maps/docu­mentation/

Version 2 (2006.4) 新規

You can call this function to cause the map API to cleanup internal data structures to release memory. This helps you to work around various browser bugs that cause memory leaks in web applications. You should call this function in the unload event handler of your page. After this function was called, the map objects that you've created in this page will be dysfunctional.

IE のメモリリークを解決します。
 

Function

Function Return Value Description
GUnload() none Dismantles all registered event handlers in order to prevent memory leaks. Should be called as a handler for the unload event.