GMapOptions [class]-GoogleMaps/API/doc/ClassReference/14-GMapOptions-N☆E 学習帳

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

Counter: 2869, today: 2, yesterday: 0

GMapOptions [class]

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

Version 2 (2006.4) 新規

This class represents optional arguments to the GMap2 constructor. It has no constructor, but is instantiated as object literal.

Properties

Properties Type Description
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, 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 GMap2.addMapType().
draggableCursor String The cursor to display when the map is draggable. (Since 2.59)
draggingCursor String The cursor to display while dragging the map. (Since 2.59)

Revision 2.59 (2006.7追加)