-
Notifications
You must be signed in to change notification settings - Fork 0
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
Show circle of accuracy uncertainty on map (live location) #4934
Comments
I'm not entirely convinced about this. Having a 'bottom point' allows the user to see the exact location of the pin on the map. Whereas ... centering the avatar prevents the users from seeing the exact location precisely. For example, if a (watched) user was at a crossroads intersection ... having a 'bottom point' allows the (watching) user to see which corner of the intersection, whereas a centered avatar does not. |
I agree |
The problem with the bottom point is that it would look odd because it is centered on the bottom if we are to have the accuracy bubble under it. (See https://zpl.io/bWEgqjk) Google maps also have it as a circle instead of a point so that it's centered in the middle. You can also argue that if you just zoom in a bit you could see the exact location as well with the circle. cc @thescurry |
I said this.
This has merit too. So ... thinking about it a bit more ... Presuming this ...
How about this as a compromise?
Rationale: Ideally, we want to show with a bottom point all the time. Ideally, the data points are always accurate. Data points which are accurate should be shown with a bottom point. However, things are not ideal. Sometimes the data points are not accurate. In this case, showing a bottom point is less useful, and possibly even misleading. Hence, for inaccurate data points, let's just center the avatar in the circle because, well, the bottom point is not accurate anyway so let's omit it. (How this interacts with: 'I think the accuracy bubble should only appear when the user is zoomed in close enough to see it (similar to Google Maps)' ... is something to think about afterwards.) This proposition would reconcile both arguments for/against a bottom point. Sometimes the avatar is shown with a bottom point. Sometimes it's shown with a shaded circle. Never both. And now ... I hope the developers don't mind me for complicating the requirements :) |
OTOH ...
I just tested how far I can zoom in and ... Yeah, it is possible to zoom in far enough that a (small-ish) circle can indicate exact location just as well as a 'bottom point'. |
From https://github.com/hippware/collaboration/issues/16#issuecomment-600237334 and various other comments in the same thread:
I would also like to add:
(Does anyone want to suggest a different value?)
Also ... the mocks are currently work-in-progress. There may be some more changes to the mocks before implementation of this ticket can proceed.
The text was updated successfully, but these errors were encountered: