mapbox / mapbox/mapbox-navigation-android
Mapbox Navigation SDK v3, libraries conflict with v11.4.0
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 651
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
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
1.
2.
3.
### Expected behavior
### Actual behavior
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the dependency declarations in the issue and the project's turn-by-turn example, then compare the Mapbox Maps SDK 11.4.0 dependencies with the Navigation SDK v3 variants listed. Reproduce the failing imports in a minimal Android app and document the compatible dependency set and basic navigation setup needed for the example to build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100