Mapbox Navigation SDK v0.7.1
Please Note: This release includes namespace changes to some of our direction models. To fix the compilation errors, please remove the old import and add the new namespace:
Example:
OLD: import com.mapbox.directions.v5.models.DirectionsRoute;
NEW: import com.mapbox.api.directions.v5.models.DirectionsRoute;
Release Includes
- Expanded the width of route lines when zoomed out #484
- Added support for displaying alternative routes on map #484
- Adds exclude, voiceUnits, and banner instruction info to request/response #500
- Add Imperial / Metric support for UI & Notification #501
- Add NavigationView as a lifecycle observer #506
- Add Custom themes via XML for light / dark mode #507
- Navigation Metrics Refactor #511
- Add software layer type programmatically for Maneuver and Lane View #514
- Use NavigationViewOptions in NavigationLauncher #524
- Lifecycle aware Navigation Metrics #540
- Fix NPE with reroute metric events #565
- Adjust metric listener reset #566
- Update Maps SDK to
5.2.1
#570