Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click and bookmark places on the map without searching. #67

Open
orblivion opened this issue Dec 13, 2023 · 0 comments
Open

Click and bookmark places on the map without searching. #67

orblivion opened this issue Dec 13, 2023 · 0 comments

Comments

@orblivion
Copy link
Owner

orblivion commented Dec 13, 2023

Sort of the inverse: Instead of searching to find locations, click a location to find a nearby item. Google does this, I'm told.

This seems somewhat like a "reverse" search, but actually search already biases by location. So the query should be pretty easy I think.

The difficult parts will be as follows:

  • Nearby places will be multiple, it may be unclear which the user wants
  • Nearby places will not exactly be where the user clicks
  • Nearby places rendered on the map might not show up in search results (and vice versa)
  • When the user clicks, it needs to hit the network to find nearby places. This might be slow, and the user might not even need it; they might just be trying to add an arbitrary location with their own description.

Possible solutions:

  • When a user clicks, they bring up a blank description, with a dropdown box that slow-loads with suggested nearby locations.
  • Different UI for bringing up "blank" vs "search nearby". So the second category can be slow but the user is actually looking for the information that's slow coming.
  • Pre-load nearby search results as the user scrolls and zooms, so nearby right-click finds are instant.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant