我实现了像这样的MarkerClusterer:
markerClusterer = new MarkerClusterer(map, markers, {
maxZoom: zoom,
gridSize: size,
styles: styles
});
加载后,我在地图上添加了一些标记。 如何刷新我的聚类器以便考虑新标记?
现在,如果我缩小,则新标记不会聚集。
提前,谢谢!
注意:我不使用MasterClusterer Plus
答案 0 :(得分:0)
嗯,我没有使用markerClusterer.addMarker函数...... 现在工作正常!
- > http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/docs/reference.html