Skip to content

Webaxx/ionic2-geolocation

Repository files navigation

ionic2-geolocation

Using geolocation with Ionic 2

Check out the tutorial on the site

http://webaxx.fr/ionic-2/geolocalisation-avec-ionic-2/

Install Ionic2 and Cordova

npm install -g ionic@beta

npm install -g cordova

Create project

ionic start TutoGeolocation --v2 --ts

cd TutoGeolocation

ionic platform ios

ionic platform android

Add ionic native

npm install ionic-native --save

Add cordova Camera plugin

cordova plugin add cordova-plugin-geolocation

Deploy

ionic run android

ionic run ios

About

Using geolocation with Ionic 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published