离子谷歌地图组件曾经是angular2-google-maps
,改名为@agm/core
。
文档现在指定了这个咒语:
$ ionic cordova plugin add https://github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps --variable API_KEY_FOR_ANDROID="YOUR_ANDROID_API_KEY_IS_HERE" --variable API_KEY_FOR_IOS="YOUR_IOS_API_KEY_IS_HERE"
$ npm install --save @ionic-native/google-maps
但是,当我运行时:
ionic cordova plugin add https://github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps --variable API_KEY_FOR_ANDROID="<myKey>"
我收到此错误:
Error: Failed to fetch plugin https://github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
是我做错了什么,还是组件丢失了?
谢谢。
我遇到了同样的问题,但我创建了存储库的分支并从那里安装插件,这对我有用。如果你想尝试从我的回购安装
$cordova plugin add https://github.com/Motoralfa/cordova-plugin-googlemaps#multiple_maps --variable API_KEY_FOR_ANDROID="..." --save
我尝试过没有离子命令,但我认为它也可以工作!