Skip to content

Mapbox Navigation SDK v0.24.1

Compare
Choose a tag to compare
@danesfeder danesfeder released this 05 Dec 20:11

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 for DirectionsRoutes containing more than one leg

Changelog:

  • Increment leg index upon way point arrival #1604
  • Update Navigator 3.4.9 #1603
  • Bump mapboxSdkServices version to 4.2.0 #1599
  • Setup CI to publish the sample app to Google Play #1597
  • Add last commit hash to test app settings #1590