mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
Puck and camera animation should not cut corners at maneuvers
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
MapboxNavigationNative can provide a list of “keypoints” that we can use in interpolation.
#2789 would expose these keypoints.
This issue is no longer blocked and can be implemented.