This is the completed app used in the External APIs section of the Coders Academy: Ionic 3 course.
This section teaches the following:
- How to display a Google Map in an Ionic app
- How to get the user's current location
- How to set a map marker
- How to display an Info Window
This simple app uses the following technologies:
- Ionic 3
- Angular 5
- Google Map 3 API
Clone a repository using git clone
$ git clone https://github.com/rushint/learn-ionic3-googlemaps.git
$ npm install
Then run the project
$ ionic serve