我刚刚将我的应用程序从ionic v2.0.0迁移到v3.0.1,我对离子原生Google地图插件存在问题。
除了以下代码外几乎所有东西都在工作:
if (this.destination != null) {
plugin.google.maps.external.launchNavigation({
"from": this.currentLocation,
"to": this.destination
});
您知道如何更新这段代码以使其与Ionic v3.0.1一起使用吗?
感谢。
问候。