标签: google-maps-api-3
参考:http://code.google.com/p/google-maps-utility-library-v3/source/browse/trunk/markerclusterer/src/markerclusterer.js?r=110
我正在尝试
this.div_.innerHTML = sums.text + "some additional info";
但它没有反映其他文字?
答案 0 :(得分:0)
我尝试在群集器的2.0.9版本上执行您所显示的内容,更改innerHTML。 (第244行)。它将静态文本添加到群集图标。
http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.0.9/src/markerclusterer.js