Mapbox Navigation SDK v0.24.1
Release Notes
Important Note: With this release, you must include the following snippet in your project’s build.gradle
:
repositories {
maven { url 'https://mapbox.bintray.com/mapbox' }
}
This will ensure the mapbox
dependency is properly downloaded.
Core Navigation libandroid-navigation
- Fixed a JSON structure issue with offline routes
- Fixed the
RouteLeg
updating forDirectionsRoute
s containing more than one leg