我希望使用Google Maps API V3功能“MarkerClusterer”(http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/examples/advanced_example.html)I让所有这些工作并提取JSON数据,但我无法在markers
上获得可点击的触发器。现在澄清clusters
正在按预期工作,但当您向下钻取cluster
并看到markers
我希望能够点击marker
并显示包含marker
上的自定义信息的气泡。
我创建了一个JSFiddle http://jsfiddle.net/helpinspireme/B3a86/我尝试添加marker
次调用来显示像http://gmaps-samples-v3.googlecode.com/svn/trunk/single-infowindow/single-infowindow.html这样的气泡信息,但我没有成功地混合两者。任何帮助将不胜感激。