v3.5.0-beta.1
Pre-release
Pre-release
⚠️ ⚠️ ⚠️ Known Issues ⚠️ ⚠️ ⚠️
- Route Line Rendering: In some cases, the route line may display with jagged or blocky corners, rather than smooth curves.
Packaging
- MapboxNavigationCore now requires MapboxNavigationNative v321.0.0-beta.1.
- MapboxNavigationCore now requires MapboxMaps v11.8.0-beta.1.
API deprecations:
RoutingConfig.init(alternativeRoutesDetectionSettings:fasterRouteDetectionSettings:rerouteSettings:initialManeuverAvoidanceRadius:routeRefreshPeriod:routingProviderSource:prefersOnlineRoute:detectsReroute:)
initializer is deprecated in favor ofRoutingConfig.init(alternativeRoutesDetectionConfig:fasterRouteDetectionConfig:rerouteConfig:initialManeuverAvoidanceRadius:routeRefreshPeriod:routingProviderSource:prefersOnlineRoute:)
.
Map
- An alternative route is hidden on the map right after an alternative starting fork point is passed.
- Fixed a double call of
NavigationComponent.onDidReroute()
. - Fixed a possible case when
.relativeDurationsOnAlternativeManuever
annotations can be visible even if they were hidden previously. - Added the support for specifying the custom route line layer position for map styles without slots support by
NavigationMapView.customRouteLineLayerPosition
.
Location
- Fixed the case when a raw, non-map-matched location was used in CarPlay.
Other changes
NavigationViewController
transitions navigation to theidle
state when it is dismissed.- Added the ability to configure predictive cache for search by
PredictiveCacheConfig.predictiveCacheSearchConfig
.