Hacker News new | ask | show | jobs
by izacus 357 days ago
Hopefully they will fix my biggest pet peeve with Organic Maps - jerky navigation movement (to the point of it being actively distracting and problematic in a car).

It happens because they don't apply any movement filters/momentum to the navigation, which means that the navigation marker jerks from one GPS update to the other and is constantly behind the actual location of the vehicle. Which makes it extremely easy to miss a turn.

The authors of Organic keep rejecting implementation of a filter/momentum (just like any other nav app) with "it's less accurate"... which is kind of ridiculous if you think about it.

1 comments

+1

They should take your velocity vector into account, or something along those lines, to minimize rotations, even when not following a route. It just leads to a ton of unnecessary screen redraws and jerky movement.

Furthermore, as I've been driving in a region with a lot of tunnels, I wish they implemented a better system for when you pass through one while following a route. It animated the arrow for a bit but then stops and only jumps forward when you get out. I wish it would keep going with a speed based on your entry speed (and maybe the tunnel's speed limit, if available), taking the routed exit if there are any forks inside. This would make the happy path much better and would not really worsen accuracy, since it isn't accurate in any way as is right now. You could tweak the arrow's color/shape to indicate it is showing a predicted route.