哪个 google 地图插件在 ion-view 中使用了 cordova ionic 框架

which google map plugin used cordova ionic framwork within ion-view

在 cordova 上显示 google 地图的最佳插件是什么?在 ion-view 标签中使用离子框架。

我正在尝试 google 地图插件但没有用。

使用地理位置

在您的 cmd 中输入以下行以添加此插件

cordova plugin add org.apache.cordova.geolocation

地理位置插件不会帮助您显示地图,它只是根据您当前的位置查找经度和纬度。

我要显示地图,试试这个插件https://github.com/wf9a5m75/phonegap-googlemaps-plugin

或者不用插件也可以,请看下面link

https://developers.google.com/maps/documentation/javascript/examples/map-simple

如果你想要示例 Ionic Google 地图,请尝试以下命令

ionic 启动 myApp 映射

https://github.com/driftyco/ionic-starter-maps