I have a use case that I would meet my needs and am wondering if it would meet other needs. While backpacking, I want a navigation app, rather it’s on my watch or phone, to just tell me:
If I’m on the trial
How far have I been
How far do I have left
Which way to go, if there is a decision point
All of these require creating a route and loading it to your device.
One thing that is always a concern is battery life on said device. Using GPS for hours is always battery draining, but do you really need GPS for your entire hike to satisfy those use cases.
Why not only get GPS when you’re wanting to know that data above? You might only ping for gps less than 10 times in a day if it was on demand.
Am I wrong in thinking this way? Am I not seeing something here?
You could have a map with your route loaded. You press a button to get current location. Then all 4 data points above are updated.
Good idea?

