We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version: implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.23.0' implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.23.0'
String string = String.format("%d\nMPH", (int) (location.getSpeed() * 2.2369));
here, location.getSpeed() is always 0. I test when i driving, still 0. But no problem when i use 0.19.0.
The text was updated successfully, but these errors were encountered:
@liupeng826 👋 thank you for this report. #1522 was opened to address it
Sorry, something went wrong.
I experimented the same issue with :
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.21.0' implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.21.0'
danesfeder
No branches or pull requests
Mapbox Navigation SDK version:
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.23.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.23.0'
String string = String.format("%d\nMPH", (int) (location.getSpeed() * 2.2369));
here, location.getSpeed() is always 0.
I test when i driving, still 0. But no problem when i use 0.19.0.
The text was updated successfully, but these errors were encountered: