You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
The map should starts to fly to your location. The tap on screen stops the map and the user location is not visible (as it is far from the bounding box)
Actual behavior
The map starts to fly to the user location. The tap on screen stops the map but the user location is shown on the middle of the map where it should not be. It stays there as long a new location is received.
The bug comes from the user location considered as centered from the start of the action but it is not yet centered before the end of animation.
Platform: iOS 9, 10
**Mapbox SDK version: 3.4.1 **
Steps to trigger behavior
Expected behavior
The map should starts to fly to your location. The tap on screen stops the map and the user location is not visible (as it is far from the bounding box)
Actual behavior
The map starts to fly to the user location. The tap on screen stops the map but the user location is shown on the middle of the map where it should not be. It stays there as long a new location is received.
The bug comes from the user location considered as centered from the start of the action but it is not yet centered before the end of animation.
I don't know yet how to correct that.