-
Notifications
You must be signed in to change notification settings - Fork 16
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
What is Mapbox Navigation v1.5.1 dependency used for? #66
Comments
hi! |
Thanks for your quick response :) Using Mapbox Nav SDK V2, the route can also be generated in a similar fashion, while there would be no charge to the end users unless the turn by turn navigation is used. Is it possible to migrate Mapbox Navigation from v1.5.1 to v2? |
Btw, are you open to a PR that updates Mapbox Nav SDK from v1.5.1 to v2? I could give it a try if this is welcome 🙂 |
@tsuz yes, try please. any help is beautiful |
What's the problem?
dev.icerock.moko:maps:0.6.0
has a dependency ofcom.mapbox.navigation:core:1.5.1
(source via PR) and this means developers that use Mapbox maps will be charged Nav SDK pricing per MAU, even the users are not using any functionality of Mapbox Nav SDK.Why is this occurring now?
dev.icerock.moko:maps:0.5.2
has a dependency ofcom.mapbox.mapboxsdk:mapbox-android-navigation:0.42.6
which doesn't charge Mapbox Nav SDK pricing.What is Mapbox Navigation being used for?
From looking at the code, it doesn't look like we need this library. Can this dependency be removed?
The text was updated successfully, but these errors were encountered: