GMarkerManagerOptions [class]-GoogleMaps/API/doc/ClassReference/47-GMarkerManagerOptions-N☆E 学習帳

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

Counter: 3741, today: 3, yesterday: 1

GMarkerManagerOptions [class]

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

Version2 (2006.11新規

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

Properties

Properties Type Description
borderPadding Number Specifies, in pixels, the extra padding outside the map's current viewport monitored by a manager. Markers that fall within this padding are added to the map, even if they are not fully visible. (Since 2.67)
maxZoom Number Sets the maximum zoom level monitored by a marker manager. If not given, the manager assumes the maximum map zoom level. This value is also used when markers are added to the manager without the optional maxZoom parameter. (Since 2.67)
trackMarkers Boolean Indicates whether or not a marker manager should track markers' movements. If you wish to move managed markers using the setPoint method, this option should be set to true. The default value is false. (Since 2.67)