Skip to content

v2.1.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ShanMa1991 ShanMa1991 released this 19 Nov 18:42
· 877 commits to main since this release

Changes since v2.1.0-rc.1:

Location tracking

  • Fixed the background location update issue during active navigation when using default .courseView for NavigationMapView.userLocationStyle. (#3533)
  • Fixed an issue where UserPuckCourseView is trimmed when using custom frame for UserLocationStyle.courseView(_:). (#3601)

Banners and guidance instructions

  • Setting the WayNameView.isHidden property to true now keeps the view hidden even after the user goes onto a named road. (#3534)
  • Added the WayNameView.backgroundColor and WayNameView.borderWidth properties for customizing how the current road name is labeled. (#3534)

Map

  • Added the ability to change congestion color transition sharply or softly when NavigationMapView.crossfadesCongestionSegments changed during active navigation. (#3466)

CarPlay

  • Added the CarPlayMapViewController.wayNameView and CarPlayNavigationViewController.wayNameView properties to show the current road name on CarPlay. CarPlayNavigationViewController.compassView, CarPlayNavigationViewController.speedLimitView and CarPlayMapViewController.speedLimitView are kept as strong references, thus available throughout the lifetime of a parent object. (#3534)
  • Fixed an issue when NavigationMapView.crossfadesCongestionSegments enabled but congestion color transition is still sharp in CarPlay. (#3466)
  • Fixed an issue when incorrect padding was used for SpeedLimitView and CarPlayCompassView for right-hand traffic mode on CarPlay. (#3605)

Documentation is available online or within Xcode.