This is a basic example with Ionic 3 and Maps API.
Use Ionic 3 and Google Maps API to guide users across different locations using mobile geolocation to know if you are in the current target to load and guide to next.
- Ionic 3
- Angular 4
- Cordova
- Google Maps API
- Sass
- Npm
$ sudo npm install -g ionic cordova
$ ionic start ionic3-maps-find-the-treasure blank
Then, to run it, cd into myBlank
and run:
$ ionic cordova platform add ios
$ ionic cordova run ios
Substitute ios for android if not on a Mac.
Run browser
$ ionic serve -l
Upload
$ ionic link --pro-id [your-code]