Comment by Dansvidania

16 hours ago

Absolutely honest question: what is the advantage of this over a top view navigation with the orientation following the orientation of movement? Am I missing something?

If you've ever been confused about which turn is which with top down navigation, then this is for you. While driving a car, being able to at a glance know exactly what turn is what would have saved me countless wrong turns, my parents probably doubly so.

One classic: there's a fork in the road on the way to my parents. One side is "straight", the other side is an exit. I took the wrong, exit side of that several times while my app said to go straight before I just knew the route and didn't need GPS at all. Top-down isn't as good in these cases because of densely packed roads and back to back exits.

That said, it's "good enough" and I doubt this takes off.

  • while I think that the widgets telling you which lane to put yourself in largely solve this kind of intersection confusion, I understand the problem you are describing

    but this seems to me just a topdown and "third person" at the same time through the distortion, I don't see how it helps with knowing exactly where to turn, is it because it shows the way further down the turn (like, sideways after the turn in the demo) ?

  • For me, confusion in top-down navigation happens either because there's no bitmapped imagery being displayed, forcing me to guess where the turn is by mentally wrapping vague 2D geometry over the scene viewed through my windshield, or because the trace isn't drawn precisely enough over the imagery that is available.

    I don't see much added value with this particular nausea-inducing approach. It falls into the category of "You should've thought less about whether you could and more about whether you should."

You can calibrate navigation to visual landmarks, i.e. you can see the turn coming up and match it to what you see out your window. But you also still get an overhead "what lies ahead" map for planning your route further out. This is an interesting concept, maybe a hybrid approach would be useful, a simple overhead streets map as default that swaps to the 3rd person view when you approach your turn.