如果我在google maps api上使用群集,我如何获得有关哪些标记在群集中分组的信息?有可能得到吗?
是google map api v3。
非常感谢你!
答案 0 :(得分:2)
如果您使用的是标记聚类器http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/,那么您可以收听MarkerCluster的'clusterclick'事件监听器。
回调将传递给被点击的群集,您可以调用: getCenter,getSize和getMarkers
根据这些信息,你应该能够做到你需要的