All Projects → aaronksaunders → ionic2GMapNative

aaronksaunders / ionic2GMapNative

Licence: other
Integrating ionic2 Google Maps Native Plugin - IonicFramework

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
typescript
32286 projects
HTML
75241 projects

Ionic2 Google Maps Native

Integrating ionic2 Google Maps Native Plugin - IonicFramework

Tested on IOS and Android

use cordova prepare after running npm install to install the proper plugins

###Use Your API KEYS Please... if you are using the project, please update the API keys in the config.xml befire running cordova prepare

<plugin name="cordova-plugin-googlemaps" spec="https://github.com/phonegap-googlemaps-plugin/cordova-plugin-googlemaps">
    <variable name="API_KEY_FOR_ANDROID" value="AIzaSyBlEvVLjNRwDyd2vNECoBSsS6v_yEYc0m0" />
    <variable name="API_KEY_FOR_IOS" value="AIzaSyBlOXsfHGBOwzQyoVs-fkrjo9LC8K3GeI0" />
</plugin>

###Manualy Install Correct Version of Module You MUST install the plugin from the HEAD on the github repo, using the following command, the cordova prepare command will use the correct version which is saved in the config.xml

cordova plugin add https://github.com/phonegap-googlemaps-plugin/cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="YOUR_API_KEY_FOR_ANDROID" --variable API_KEY_FOR_IOS="YOUR_API_KEY_FOR_IOS"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].