Skip to content

v2.6.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azarovalex azarovalex released this 17 Jun 17:54
· 503 commits to main since this release
60237e3

Changes since v2.6.0-beta.1:

Packaging

Camera

  • Fixed an issue where camera stops updating when centerUpdatesAllowed, zoomUpdatesAllowed, bearingUpdatesAllowed, pitchUpdatesAllowed or paddingUpdatesAllowed disabled in OverviewCameraOptions and FollowingCameraOptions. (#3946)

Other changes

  • Fixed an issue when alternative route lines overlapped the main route line during navigation. (#3947)
  • Fixed an issue when rerouting to the route which does not originate on current user location, route line and camera jumped to route origin. (#3943)
  • All logs that Navigation SDK produces are now sent to the MapboxCommon framework. You can intercept these logs in your own code using LogConfiguration.registerLogWriterBackend(forLogWriter:) method from MapboxCommon framework. (#3944)
  • Fixed an issue where popped window doesn't get updated in appearance when style changes on phone. (#3954)
  • Fixed an issue where detailed feedback items don't change color in different style. (#3954)

Documentation is available online or within Xcode.