-
Notifications
You must be signed in to change notification settings - Fork 916
How to upgrade the plugin?
wf9a5m75 edited this page Sep 25, 2014
·
8 revisions
###Android
$> cd (your project directory)
$> cordova plugin rm plugin.google.maps
$> cordova plugin add plugin.google.maps --variable API_KEY_FOR_ANDROID=
$> cordova plugin list
###iOS
$> cordova -v
3.6.3-0.2.13
$> cd (your project directory)
$> cordova plugin rm plugin.google.maps
$> cordova save plugins --experimental
$> cordova platform rm ios
$> cordova platform add ios
$> cordova restore plugins --experimental
$> cordova plugin add plugin.google.maps --variable API_KEY_FOR_IOS=
$> cordova plugin list
If you get an error, feel free to ask me on the official community or the issue list.
New version 2.0-beta2 is available.
The cordova-googlemaps-plugin v2.0 has more faster, more features.
https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/tree/master/v2.0.0/README.md
New versions will be announced through the official community. Stay tune!
Feel free to ask me on the issues tracker.
Or on the official community is also welcome!
New version 2.0-beta2 is available.
The cordova-googlemaps-plugin v2.0 has more faster, more features.
https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/tree/master/v2.0.0/README.md