Skip to content

Mapbox Navigation SDK v0.28.0

Compare
Choose a tag to compare
@danesfeder danesfeder released this 30 Jan 22:19

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.

Navigation UI libandroid-navigation-ui

  • Exit signs in the top banner! (landed in #1195)

screen shot 2019-01-30 at 5 21 10 pm

  • Added APIs for ManeuverView to allow customization of primary and secondary icon colors.
  • 🐛 fixes
    • Fixed spacing issue for turn lane icons in #1695
    • Fixed issue stemming from ViewModel where lifecycle would be thrown off when rotating the app in the background

Changelog:

  • Delay initialization of FpsDelegate / WayName in NavigationMapboxMap #1700
  • Update Maps SDK 7.1.0 #1712
  • Added exit signs to the instruction banner and refactored instruction loader #1195
  • Replace deprecated maker usage in NavigationMapboxMap with SymbolManager #1707
  • Add ManeuverView APIs for adjusting primary and secondary color #1709
  • Update translations from Transifex #1704
  • Provide default LocationComponent style when not found #1696
  • Update support lib 28.0.0 to fix issue with ViewModel restoration #1690
  • Update TurnLaneView to use VectorDrawable instead of StyleKit #1695
  • Fix activation of default LocationEngine for LocationComponent #1701
  • Adjust route overview to account for lifecycle #1688