スポンサードリンク

MarkerClusterer V3 クラスオプション gridSize指定/ Google Maps API v3

◆ MarkerClusterer V3 gridsizeオプション

MarkerClustererオプションの”gridSize”、MarkerClusterer V3のクラスリファレンスのページには記載が無いが、V2にはgridSizeのオプションある。V3は無効かと思ったが試したら機能するようだ。

◆Script

gridsize: で数値を指定するだけ。

var markerCluster = new MarkerClusterer(map, markers,{gridSize: 200,maxZoom:15});

◆Google Maps JavaScript API V3 サンプル

◆Google Maps JavaScript API V3

スポンサードリンク

Related Posts

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <img localsrc="" alt="">