Skip to content

Mapbox Navigation SDK v0.33.2

Choose a tag to compare

@danesfeder danesfeder released this 22 Mar 14:32

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.

Changelog:

  • Bump mapbox-navigation-native version to 6.0.0 #1836
  • Update NavigationCamera resetting state if transition cancelled #1835
  • Added metadata to NavigationPerformanceEvent #1820
  • Update NavigationView NavigationListener to triggered when initialized #1807