Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapbox Navigation SDK v3, libraries conflict with v11.4.0 #7835

Open
najam-amfnrh9 opened this issue Jun 24, 2024 · 0 comments
Open

Mapbox Navigation SDK v3, libraries conflict with v11.4.0 #7835

najam-amfnrh9 opened this issue Jun 24, 2024 · 0 comments

Comments

@najam-amfnrh9
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant