Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Animated user dot should pass through batched updates #3610

Closed
1ec5 opened this issue Jan 19, 2016 · 1 comment
Closed

Animated user dot should pass through batched updates #3610

1ec5 opened this issue Jan 19, 2016 · 1 comment
Labels
archived Archived because of inactivity feature iOS Mapbox Maps SDK for iOS

Comments

@1ec5
Copy link
Contributor

1ec5 commented Jan 19, 2016

After #3589 and #1582 land, the map and/or user dot will animate smoothly in response to user location updates. Sometimes location updates get backed up; Core Location sends these updates in a batch once it catches up. However, -[MGLMapView locationManager:didUpdateLocations:animated:] drops these intermediate locations, animating directly to the latest location.

MGLMapView should take a path through the intermediate locations. This way, if the Core Location backup occurred along a curved road, the user dot won’t appear to take a shortcut. For bonus points, we could add an API to mbgl::Transform for animating along an arbitrary path.

/cc @friedbunny @tobrun

@1ec5 1ec5 added iOS Mapbox Maps SDK for iOS feature request labels Jan 19, 2016
@1ec5 1ec5 self-assigned this Jan 19, 2016
@1ec5 1ec5 removed their assignment Aug 15, 2016
@stale stale bot added the archived Archived because of inactivity label Nov 18, 2018
@stale
Copy link

stale bot commented Nov 20, 2018

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

@stale stale bot closed this as completed Nov 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived Archived because of inactivity feature iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

No branches or pull requests

2 participants