You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Changes between v2.11.0-beta.3 and v2.11.0-rc.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.11.0-beta.3...v2.11.0-rc.1)
12
+
13
+
#### Features
14
+
- Added `RoadObjectType.IC` and `RoadObjectType.JCT` for interchanges and junctions and the corresponding classes `Interchange` and `Junction`. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
15
+
16
+
#### Bug fixes and improvements
17
+
- Limited number of reported alternatives to 2, i.e. the `alternatives` parameter in `RouteAlternativesObserver#onRouteAlternatives` has maximum size of 2.. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
18
+
- Sped up onboard routing cancellation. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
19
+
- Fixed null pointer dereference in RouteRefreshController. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
20
+
- Fixed unexpected NaN values in location data. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
21
+
- Increased terminal offboard route request timeout from 4 to 15 seconds. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
22
+
- Fixed a rare race condition where the alternative routes might have not been in sync with the current primary route. [#6942](https://github.com/mapbox/mapbox-navigation-android/pull/6942)
23
+
- Fixed an issue where all `UpcomingRoadObject`'s had the same `distanceToStart`. [#6945](https://github.com/mapbox/mapbox-navigation-android/pull/6945)
24
+
25
+
#### Known issues :warning:
26
+
27
+
28
+
#### Other changes
29
+
30
+
31
+
### Mapbox dependencies
32
+
This release depends on, and has been tested with, the following Mapbox dependencies:
0 commit comments