mapbox / mapbox-navigation-ios

Turn-by-turn navigation logic and UI in Swift on iOS
https://docs.mapbox.com/ios/navigation/
Other
855 stars 303 forks source link

Puck and camera animation should not cut corners at maneuvers #3324

Open 1ec5 opened 2 years ago

1ec5 commented 2 years ago

At a sharp corner, the puck and camera animation should follow the route without cutting corners. @bsudekum attempted to mitigate this problem in #939, which has a good illustration of the problem. MapboxNavigationNative can provide a list of “keypoints” that we can use in interpolation.

/cc @mapbox/navigation-ios @LukasPaczos

1ec5 commented 2 years ago

MapboxNavigationNative can provide a list of “keypoints” that we can use in interpolation.

2789 would expose these keypoints.

S2Ler commented 2 years ago

This issue is no longer blocked and can be implemented.