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

Feature: add an accuracy radius to map for geolocated user location #1939

Open
fancyham opened this issue Dec 12, 2023 · 1 comment
Open
Labels
dev Code Development New Feature P-Feature: Map Food seeker map view priority: COULD HAVE Role: Design UI/UX User interface / user experience design Role: Product Management

Comments

@fancyham
Copy link
Collaborator

fancyham commented Dec 12, 2023

Dependency

Display a radius on the map to reflect location accuracy as provided by user’s device. This will help users have more confidence in the map and our results, because currently, we may geolocate them to the 'wrong' address (though that is because their self-provided GPS location has not fully resolved)

Context

We will soon be using a blue dot to indicate the user's GPS location (if users chooses to use the GPS/"my location" button option) in 2024.

Sometimes the gps location returned by the user’s browser is not exact, and their web brower can tell us what its estimated accuracy radius will be.

This can be seen on Apple and Google Maps as a light blue circle around the central blue dot. This indicates the region in which the user is located but the phone or computer is unable to be more accurate than this.

We should show this radius on our map as well so it’s obvious to the user that we’re using an approximate location.

How is it now?

Our map shows GPS as an exact point even when the user’s web client tells us that the location is approximate. This can lead to user confusion and frustration.

Proposed new feature

image

Discussion

What are some other possible solutions?
What are some challenges?

References:

HTML Docs - see coords.accuracy value
image

https://www.w3schools.com/html/html5_geolocation.asp

This is how Google maps does it. Note they also have a “you’re facing this way” indicator. We don’t / won’t have that.

image

@fancyham fancyham added Role: Design UI/UX User interface / user experience design Role: Product Management New Feature P-Feature: Map Food seeker map view labels Dec 12, 2023
@fancyham fancyham added the Ready for dev lead Issue ready for dev lead to review label Mar 29, 2024
@qiqicodes qiqicodes moved this to Prioritized Backlog in P: FOLA: Project Board May 31, 2024
@fancyham fancyham added the dev Code Development label Aug 16, 2024
@fancyham fancyham moved this from Prioritized Backlog to New Issue Approval in P: FOLA: Project Board Aug 16, 2024
@sumit-sharma92 sumit-sharma92 added the Missing: Milestone This issue is not part of any milestone label Sep 26, 2024
@ExperimentsInHonesty ExperimentsInHonesty added Role: Design UI/UX User interface / user experience design and removed Role: Design UI/UX User interface / user experience design labels Sep 27, 2024
@ExperimentsInHonesty ExperimentsInHonesty moved this from New Issue Approval to ERs / Epic to make issues for in P: FOLA: Project Board Sep 27, 2024
@ExperimentsInHonesty ExperimentsInHonesty added priority: COULD HAVE Dependency This issue has other issues that need to be resolved before it can be worked. labels Sep 27, 2024
@ExperimentsInHonesty ExperimentsInHonesty moved this from ERs / Epic to make issues for to Icebox in P: FOLA: Project Board Sep 27, 2024
@ExperimentsInHonesty ExperimentsInHonesty removed the Ready for dev lead Issue ready for dev lead to review label Sep 27, 2024
@MuthamilselvanG MuthamilselvanG removed the Missing: Milestone This issue is not part of any milestone label Nov 7, 2024
@fancyham fancyham removed the Dependency This issue has other issues that need to be resolved before it can be worked. label Nov 28, 2024
@fancyham
Copy link
Collaborator Author

Dependency has been resolved — ready for review again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Code Development New Feature P-Feature: Map Food seeker map view priority: COULD HAVE Role: Design UI/UX User interface / user experience design Role: Product Management
Projects
Development

No branches or pull requests

5 participants