Ionic google地图组件曾是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.
我做错了什么,或者组件丢失了吗?
感谢。
答案 0 :(得分:0)
我遇到了同样的问题,但我创建了一个存储库的分支并从那里安装插件,这对我有用。如果你想尝试从我的回购安装
$cordova plugin add https://github.com/Motoralfa/cordova-plugin-googlemaps#multiple_maps --variable API_KEY_FOR_ANDROID="..." --save
我试过没有离子命令,但我认为它也可以工作!