-
Notifications
You must be signed in to change notification settings - Fork 10
Navigation only uses the first possible result #5
Comments
This is by design. I didn't want too many steps as on a small screen as they'd really have to be separate full-screen steps. What you can do is either
The second of these options is what the big boys (Google, Apple, HERE) seem to favor and provide it as the only alternative. You first find the place, then ask for directions to get there. I figured I'd provide many ways to do the same thing. I don't know if this is good.
When hitting the menu button, you're always taken to the last viewed page. So it should already be possible to look through search results one by one. |
I see two usability problems:
So yes, that’s probably why the big guys only use destination-driven routing (and display multiple results with the most probable one up top). |
I probably should switch to that destination-driven routing, but I'll need to think about it a while longer. I'll have to look through this overlong review again: https://designexplosions.academy/design-explosions-mapping-on-ios-ad4ec6ba5c59 |
Wow, reading the article it’s amazing how much thought went into those apps. |
I had a closer look at how Google and Apple do navigation, and it turns out that they as well offer a direct navigate screen with from and to fields. It's less prominent and probably less used, but does exist. The way they can avoid excessive screens and steps is that they do autocompletion for from and to right there on the same screen. Nominatim isn't really usable for autocompletion, so I can't do that. Mapzen Search, which is included in Poor, claims to be "built from the bottom up to support autocomplete", but is still too young to be relied on as the default. So, I think I'll want to keep the navigation screen, but maybe fix it in time using auto-completion. Basically, the current screens that show query history could show auto-complete results. I'll keep this issue open, also apart from auto-complete, maybe some small things can be done to mitigate problems. Golden Path #2: https://designexplosions.academy/design-explosions-mapping-on-ios-ad4ec6ba5c59#ee9b |
With da0dcaf, all geocoders should now be capable of autocompletion. However, I'll wait for Poor Maps to be allowed in the Jolla Store (depends on Sailfish ported to Qt 5.6) before adding autocompletion in the UI, as I need to be able to estimate the request count and possible cost. |
When I try to navigate to
Friedberg
, it automatically chooses the first (wrong) result from the results Nominatim provides (compare http://www.openstreetmap.org/search?query=friedberg#map=18/48.35461/10.98271&layers=T)It should either:
or
The text was updated successfully, but these errors were encountered: