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