mapbox / mapbox-navigation-android

Mapbox Navigation SDK for Android
https://docs.mapbox.com/android/navigation/overview/
Other
621 stars 318 forks source link

ViewportDataSource framing on cloverleaf and windy road #5348

Open LukasPaczos opened 2 years ago

LukasPaczos commented 2 years ago

Cutting to track implementation of ideas from https://github.com/mapbox/mapbox-navigation-android/pull/4916 and https://github.com/mapbox/mapbox-navigation-android/pull/4664. The MapboxNavigationViewportDataSource does not take into account a type of the maneuver, or the shape of the geometry ahead when trying to frame that geometry.

This can lead to situations when on a cloverleaf ramp or on a windy road we're constantly zooming in and out in following mode as the bearing of the vehicle changes.

yuryybk commented 2 years ago

@LukasPaczos does Nav SDK have any plans and approximate deleivery time for this issue?

LukasPaczos commented 2 years ago

There's no concrete timeline for this change.