Skip to content

v1.1.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@1ec5 1ec5 released this 10 Nov 00:15
· 1998 commits to main since this release

Changes since v1.1.0-beta.2:

User location

  • Added the NavigationServiceDelegate.navigationService(_:didChangeAuthorizationFor:) method and Notification.Name.locationAuthorizationDidChange to detect when the user changes the Location Services permissions for the current application, including for approximate location on iOS 14. (#2693)
  • When approximate location is enabled on iOS 14, a banner appears reminding the user to disable approximate location to continue navigating. (#2693)

User interface

  • Fixed an issue where completed waypoints remained on map after rerouting. (#2378)
  • Fixed an issue where positioning icon was not highlighted on CarPlay when using iOS 14.0. (#2681)
  • Fixed an issue where ETA label font was too small during turn-by-turn navigation. (#2679)
  • Fixed an issue with NavigationMapViewDelegate.navigationMapView(_:shapeFor:) and NavigationMapViewDelegate.navigationMapView(_:simplifiedShapeFor:) methods were not correctly called for route shape customization (#2623)
  • Fixed an issue where the banner indicating simulation mode displayed a very large speed factor in the Hebrew location. (#2714)
  • Fixed an issue where incorrect speed multiplier value was shown after arriving to the intermediate waypoint. (#2710)

Other changes

  • Removed the offline service feature that was introduced in v1.1.0-beta.2. (#2712)

Documentation is available online or within Xcode.