打开infoWindow内部agm-marker-cluster

时间:2017-10-06 07:21:44

标签: angularjs google-maps-api-3

我必须打开infoWindow内部agm-marker-cluster,但是我收到了这个错误:

Cannot read property 'then' of undefined

在这一行

return _this._markerManager.getNativeMarker(infoWindow.hostMarker).then(function (marker)

我创建了一个Plunker here

1 个答案:

答案 0 :(得分:1)

我发现github项目有一个已关闭的问题:

https://github.com/SebastianM/angular-google-maps/issues/1190

它已经解决但尚未在npm发布。

我从存储库编译了源代码,现在它可以正常工作。