Ng-map如何获取当前打开的Infowindow对象
Ng-map How to get currently opened Infowindow object
使用 https://github.com/allenhwkim/angularjs-google-maps,is 有办法从控制器获取 google 地图信息窗口对象吗?动机是使用 infowindow.setPosition
方法
更新当前打开的信息窗口的位置(基于间隔)
模板定义:
<info-window id="foo" template="foo.html">
</info-window>
控制器:
map.showInfoWindow('foo', marker);
没关系,我应该多看看文档,它是NgMap.getMap().infoWindows
使用 https://github.com/allenhwkim/angularjs-google-maps,is 有办法从控制器获取 google 地图信息窗口对象吗?动机是使用 infowindow.setPosition
方法
模板定义:
<info-window id="foo" template="foo.html">
</info-window>
控制器:
map.showInfoWindow('foo', marker);
没关系,我应该多看看文档,它是NgMap.getMap().infoWindows