Skip to content

How to upgrade the plugin?

wf9a5m75 edited this page Oct 22, 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 (method 1)

$> 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

###iOS (method 2) @Hirbod figured out a better way to update the plugin. (Thank you so much! 💯 ) Check this out! https://github.com/wf9a5m75/phonegap-googlemaps-plugin/issues/215

Join the official community

New versions will be announced through the official community. Stay tune!

Do you have a question or feature request?

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

Clone this wiki locally