Skip to content

Gajotres/IonicGoogleMapsExample

Repository files navigation

This is a Ionic tutorial example made for http://www.gajotres.net/using-google-maps-with-ionic-framework

Follow these instruction to deploy this example:

  1. git clone https://github.com/Gajotres/IonicGoogleMapsExample.git

  2. cd IonicGoogleMapsExample

  3. ionic platform add android

  4. cordova plugin add cordova-plugin-whitelist

  5. Find AndroidManifest.xml and add these lines:

    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
    <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"/>

  6. npm install

  7. ionic serve -> To see if everything is working as it should

  8. ionic run android -l -c -s

Releases

No releases published

Packages

No packages published