kylecorry31 / Trail-Sense

An Android app that uses your phone's sensors to assist with wilderness treks or survival situations.
https://kylecorry.com/Trail-Sense/
MIT License
1.22k stars 75 forks source link

Alert when close to the destination #647

Open kylecorry31 opened 3 years ago

kylecorry31 commented 3 years ago

When within a configurable distance to the destination, send a notification

kylecorry31 commented 3 years ago

This could eventually be extended to other beacons, but for now, just the destination

kylecorry31 commented 3 years ago

This would also mean that if the user has this set up and is navigating, a service must run to poll the GPS every X seconds to check their distance to send an alert. Either that or if the Android provided Geofence can be used (I didn't have much look in a prior experiment, but will try again)