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

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

*GMapOptions [class]
http://www.google.com/apis/maps/documentation/
**Version 2 (2006.4) &font(Red){新規};
>This class represents optional arguments to the GMap2 constructor. It has no constructor, but is instantiated as object literal.

***Properties
|TLEFT||c
|Properties|Type|Description|h
|size|GSize|Sets the size in pixels of the map. The container that is passed to the map constructor will be resized to the given size. By default, the map will assume the size of its container.|
|mapTypes|Array of GMapType|Array of map types to be used by this map. By default, &font(Red){G_DEFAULT_MAP_TYPES}; is used. You can use this option to restrict the set of predefined map types that is displayed on the map, or to pass your own map types to the map. See also &font(Red){GMap2.addMapType};().|
|&font(Red){draggableCursor};  |String  |The cursor to display when the map is draggable. (Since &font(Red){2.59};)|
|&font(Red){draggingCursor}; |String |The cursor to display while dragging the map. (Since &font(Red){2.59};)|
&font(Red){Revision 2.59 (2006.7追加)};