Mapbox Navigation SDK v0.29.0
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.
This release contains breaking changes. Please consult our migration guide here.
Core Navigation libandroid-navigation
- Added route refresh support
- Added silent waypoints support into
NavigationRoute
Changelog:
- Added RouteRefresh as a wrapper class for MapboxDirectionsRefresh #1738
- Bump mapbox sdk services version to 4.5.0 #1736
- Prevent route feature collections IndexOutOfBoundsException in PrimaryRouteUpdateTask #1735
- Update RouteRetrievalEvent #1731
- Add interceptor and event listener support for NavigationRoute #1734
- Add battery event #1729
- Add silent waypoints support into NavigationRoute #1733
- Update Maps SDK 7.1.2 #1728
- Fix issue with mute persistence between navigation sessions / rotation #1726
- Added RouteRetrievalEvent #1661
- [SEMVER] Allow multiple route simulations with NavigationView #1724
- Update Maps SDK 7.1.1 and Annotation Plugin 0.5.0 #1722
- Return false for OnMapClick listeners #1717