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

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

*GMarkerManagerOptions [class]
http://www.google.com/apis/maps/documentation/


**Version2 (&font(Red){2006.11新規};)




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

***Properties
|TLEFT:97%||c
|Properties |Type |Description|h
|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 &font(Fuchsia){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 &font(Fuchsia){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 &font(Fuchsia){2.67};)|