April 2017
Beginner to intermediate
378 pages
7h 57m
English
Run the following commands to install the Cordova plugins needed for this app:
ionic plugin add cordova.plugins.diagnostic ionic plugin add cordova-plugin-geolocation ionic plugin add cordova-plugin-inappbrowser ionic plugin add cordova-sqlite-storage ionic plugin add cordova-custom-config
And their Ionic Native modules:
npm install --save @ionic-native/google-maps npm install --save @ionic-native/Geolocation npm install --save @ionic-native/diagnostic npm install --save @ionic-native/in-app-browser npm install --save @ionic/storage
Next, we will be installing the Cordova plugin for Google Maps. But before we install that, we need to get an API key. Use the Get A Key button at https://developers.google.com/maps/documentation/android-api/signup ...
Read now
Unlock full access