Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 384 Bytes

File metadata and controls

8 lines (6 loc) · 384 Bytes

To use this plugin with PhoneGap Build, you must use the github source:

<gap:plugin spec="https://github.com/mapsplugin/cordova-plugin-googlemaps" source="git">
<param name="API_KEY_FOR_ANDROID" value="XXXXXXXXXXX" />
<param name="API_KEY_FOR_IOS" value="XXXXXXXXXXXXX" />
</gap:plugin>

Reference: mapsplugin/cordova-plugin-googlemaps#1062