Hauk icon indicating copy to clipboard operation
Hauk copied to clipboard

Destination and ETA

Open schnillerman opened this issue 2 years ago • 6 comments

Hi, love the app!

A feature that would be really useful: tracking towards a destination with different routing profiles (car, foot, bike etc) that is calculated when shared link is opened (sharer only provides location, destination and profile to destination).

Glympse has such a feature and I always use it.

Lots of kudos!

schnillerman avatar Feb 05 '23 19:02 schnillerman

That's more like another app in itself say OrganicMaps or OSMAnd

licaon-kter avatar Feb 05 '23 20:02 licaon-kter

OrganicMaps and OSMAnd only support sharing current location (without destination and ETA).

As I said, Glympse provides this functionality, but it's not self-hosted.

schnillerman avatar Mar 10 '23 09:03 schnillerman

I meant as, use those other apps to tell you how long the trip (might) take.

How does the other app do it? It needs to calculate the route? You want Hauk (the app) to do this for you? The PHP frontend on my Raspberry Pi1? Why do this when those 2 apps already do this, and better.

licaon-kter avatar Mar 10 '23 09:03 licaon-kter

I meant as, use those other apps to tell you how long the trip (might) take.

That wasn't my original intent. Any tracking app can do this, no big deal. My intent was to SHARE the ETA and position/progress on a pre-defined track/routing.

How does the other app do it? It needs to calculate the route?

Of course, it needs to calculate and update the calculation if route is diverted. My guess is that it uses a google maps API.

You want Hauk (the app) to do this for you?

Yes.

The PHP frontend on my Raspberry Pi1?

I don't know, I use docker on my NAS. And route calculation can be done offline even on my android using BRouter or any open maps app that supports offline (street) maps, so if an android phone can do it, an rpi is probably not so much worse?

Why do this when those 2 apps already do this, and better.

Because they're not self-hosted, and only one app does it: Glympse.

schnillerman avatar Mar 10 '23 10:03 schnillerman

This sounds like a better proposal for OSMand or OrganicMaps instead, eg. Add a plugin to submit to Hauk position, destination, eta.

Eg. While driving you'd use BOTH osmand to route you AND hauk to share location? Feels like a duplicate effort

While an osmand plugin might be easier to implement.

licaon-kter avatar Mar 10 '23 11:03 licaon-kter

The ETA would be harder to impliment, per the discussion here. But, the destination would be pretty easy. Just have the map render a point at the specified address/coordinates in addition to the indicator arrow. I'd personally like to see this feature. This is a great app, thanks so much!

basnappl avatar Nov 24 '24 11:11 basnappl