Skip to content

Guide two phones towards each other using GPS and Compass Orientation

Notifications You must be signed in to change notification settings

eli1797/compass

Repository files navigation

compass

Hotter... colder... colder... hotter...

Helping you find things and people.
Last 100ft navigation.

Details

Using cordova for native mobile

Run on android with ionic cordova run android -l after following Android Setup and maybe Running on Android

Required Installations:

Device Orientation (https://ionicframework.com/docs/native/device-orientation)

ionic cordova plugin add cordova-plugin-device-orientation
npm install @ionic-native/device-orientation

Geolocation (https://ionicframework.com/docs/native/geolocation)

ionic cordova plugin add cordova-plugin-geolocation
npm install @ionic-native/geolocation

Diagnostic (https://ionicframework.com/docs/native/diagnostic)

ionic cordova plugin add cordova.plugins.diagnostic
npm install @ionic-native/diagnostic

Toast (https://ionicframework.com/docs/native/toast)

ionic cordova plugin add cordova-plugin-x-toast
npm install @ionic-native/toast

Learned

Works but not as consistently as I'd like.
Looking forward to two tech improvements:
Ultra Wideband Tech (Apple's U1 Chip)
Dual Band GPS (Addition of new lower-L band GPS)

About

Guide two phones towards each other using GPS and Compass Orientation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published