Cordova-plugin-googlemaps: [Android] Update <meta-data> name for key

Created on 22 Jul 2016  路  2Comments  路  Source: mapsplugin/cordova-plugin-googlemaps

Today Google Maps Android Guide recomends to use:

<meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR_KEY_HERE" />

Instead of:

<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="YOUR_KEY_HERE" />

Basically change this line: plugin.xml#L74

Please, let me know if I can send a PullRequest.

Most helpful comment

Thank you for your information.
This one will apply to the next version (currently the multiple_maps branch)

All 2 comments

Thank you for your information.
This one will apply to the next version (currently the multiple_maps branch)

I updated the plugin.xml files. Thanks for the information.

Was this page helpful?
0 / 5 - 0 ratings