mapbox-navigation-android
mapbox-navigation-android copied to clipboard
Directions Session: migration to Native API instead Router
SDK's DirectionsSession has to migrate to hold NativeNavigator instead of Router. This way any route requests will be processed in NN by default.
Blocker: For now DirectionsSession is used by SDK's MapboxRerouteController, which required refresh route API. When Refresh Route will be migrated to NN, migration should be unblocked.
The migration is going to be much easier when Nav Native's RouterInterface returns a NavigationRoute.
cc @DenisPryt @SiarheiFedartsou
Refs https://github.com/mapbox/mapbox-navigation-native/issues/5554.