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
I'm trying to implement latest Navigation SDK in my android app along with Mapbox sdk v11.4.0 but after trying to navigation classes with multiple libraries implementations.
I'm getting to failed to do so,
Even follow the turn by turn example in this project, where libraries are
implementation "com.mapbox.navigationcore:navigation:3.0.2"
implementation "com.mapbox.navigationcore:ui-components:3.0.2"
but couldn't get turn by turn implemented.
more over I tried official docs sdk too- latest version mentioned:
// implementation 'com.mapbox.navigation:android:3.2.0-beta.1'
// implementation 'com.mapbox.navigationcore:android:3.2.0-rc.1'
// implementation 'com.mapbox.navigationcore:ui-maps:3.2.0-rc.1'
// implementation 'com.mapbox.navigationcore:navigation:3.2.0-rc.1'
but could not get to implement navigations classes imports for my routes.
some classes sorts out some are failing.
The official docs also have complex examples to set up a basic navigation, its should be simple and easy to utilize
more my mapbox sdk libaray is:
implementation 'com.mapbox.maps:android:11.4.0'
I'm trying to implement latest Navigation SDK in my android app along with Mapbox sdk v11.4.0 but after trying to navigation classes with multiple libraries implementations.
I'm getting to failed to do so,
Even follow the turn by turn example in this project, where libraries are
implementation "com.mapbox.navigationcore:navigation:3.0.2"
implementation "com.mapbox.navigationcore:ui-components:3.0.2"
but couldn't get turn by turn implemented.
more over I tried official docs sdk too- latest version mentioned:
// implementation 'com.mapbox.navigation:android:3.2.0-beta.1'
// implementation 'com.mapbox.navigationcore:android:3.2.0-rc.1'
// implementation 'com.mapbox.navigationcore:ui-maps:3.2.0-rc.1'
// implementation 'com.mapbox.navigationcore:navigation:3.2.0-rc.1'
but could not get to implement navigations classes imports for my routes.
some classes sorts out some are failing.
The official docs also have complex examples to set up a basic navigation, its should be simple and easy to utilize
more my mapbox sdk libaray is:
implementation 'com.mapbox.maps:android:11.4.0'
Android API: --- v11
Mapbox Navigation SDK version:
--- v3
Steps to trigger behavior
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: