Ionic 2自定义谷歌地图本机infowindow

时间:2017-03-26 16:08:55

标签: angular typescript ionic2 google-maps-markers ionic-native

我正在使用ionic 2应用程序,并且我尝试使用原生谷歌地图插件从离子模板添加自定义信息窗口,但我无法设置内容。看起来像离子2不支持infowindow对象。我可以获得一些关于此的信息或文档吗?

简而言之,我尝试做类似的事情:https://developers.google.com/maps/documentation/javascript/infowindows?hl=en-419(打开信息窗口部分,html contentString) in ionic 2 with native google map plugin。

编辑: 仍然试图找到一个解决方案,我可以在@ ionic-native / google-maps包的infowindow内容上使用自定义模板,我已经完成了使用画布,但没有关于HTML。

1 个答案:

答案 0 :(得分:-1)

请查看:https://github.com/mapsplugin/cordova-plugin-googlemaps/wiki/Marker#base64-encoded-icon

这是一种解决方法,因为它似乎在版本1.x上不受支持,但是从v2-beta支持HTML infoWindow, https://github.com/mapsplugin/cordova-plugin-googlemaps/issues/1022