-
Notifications
You must be signed in to change notification settings - Fork 1.3k
User dot callout view dismisses when user location changes slightly #2618
Comments
Keeping the callout view open in this case does not expose any view syncing performance issues, because the user dot itself isn't animated (see #1582). |
Sounds good to me. We show the accuracy pulse ( |
We should just ensure that the dot isn't in fact moving perceptibly, since we can't yet reposition callouts (or other views) synced to the map yet (#1125). |
@incanus, I don't think that's a problem in this case: #2618 (comment). |
Right, so I guess we use |
No, not until #1582 lands. |
I stand corrected: even though the user dot and its callout don’t animate around yet outside of user tracking mode, the callout view does stay open. Closing. |
On iOS, the user dot's callout view is automatically dismissed whenever the user location changes. It should not be dismissed when the location change is small, because that's usually just the result of Core Location refining its location.
/cc @friedbunny
The text was updated successfully, but these errors were encountered: