Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs 打开信息窗口内部检票机标记组_Angularjs_Google Maps Api 3 - Fatal编程技术网

Angularjs 打开信息窗口内部检票机标记组

Angularjs 打开信息窗口内部检票机标记组,angularjs,google-maps-api-3,Angularjs,Google Maps Api 3,我必须打开infoWindow内部agm标记群集,但我收到以下错误: Cannot read property 'then' of undefined 在这一行 return _this._markerManager.getNativeMarker(infoWindow.hostMarker).then(function (marker) 我创建了一个Plunker。我发现github项目中存在一个已解决的问题: 该问题已解决,但尚未在npm上发布 我从存储库编译了源代码,现在它可以工作了

我必须打开infoWindow内部agm标记群集,但我收到以下错误:

Cannot read property 'then' of undefined
在这一行

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

我创建了一个Plunker。

我发现github项目中存在一个已解决的问题:

该问题已解决,但尚未在npm上发布

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