我试图在“clusterclick”事件中向 markerCluster 添加一个 infoBubble,但 infoBubble.Open 方法要求绑定一个“marker”参数。问题是 markerCluster 不是 google.maps.Point 所以不可能将 infoBubble 绑定到它。
我将 markerCluster 的位置分配给 infoBubble,但 infoBubble 在新位置重绘,将标记从其位置移动。
有没有人有同样的问题?有没有不修改原始 infoBubble 代码的解决方案?
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/