Conversation
ChangelogFeatures
val shielded = roadName.shieldedinto: val shielded = roadComponent.shield != null
Bug fixes and improvements
Known issues
|
b8ed26a to
8970c1e
Compare
2b7b890 to
8f6746f
Compare
| public final class RoadName { | ||
| method public String getName(); | ||
| method public boolean getShielded(); | ||
| property public final String name; | ||
| property public final boolean shielded; | ||
| } | ||
|
|
There was a problem hiding this comment.
Are we fine with these breaking changes?
There was a problem hiding this comment.
it's EHorizon only, and it's in beta, so I think we are ok
cc @LukasPaczos @Guardiola31337
There was a problem hiding this comment.
It's not experimental. I don't think it's OK.
There was a problem hiding this comment.
@dzinad we don't have @Experimental annotations for EHorizon classes, but all of them have the next comment
* **NOTE**: The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta
* and is subject to changes, including its pricing.
There was a problem hiding this comment.
Alright then. We should have added the annotation.
There was a problem hiding this comment.
let's fix it separately https://mapbox.atlassian.net/browse/NAVSDK-835
8f6746f to
766e8a7
Compare
Codecov Report
@@ Coverage Diff @@
## main #6833 +/- ##
============================================
+ Coverage 72.66% 72.68% +0.01%
Complexity 5572 5572
============================================
Files 783 782 -1
Lines 30171 30166 -5
Branches 3564 3562 -2
============================================
+ Hits 21924 21926 +2
+ Misses 6821 6814 -7
Partials 1426 1426
|
766e8a7 to
2548975
Compare
|
@dzinad I've changed |
Looks fine. |
libnavigation-base/src/main/java/com/mapbox/navigation/base/road/model/RoadComponent.kt
Outdated
Show resolved
Hide resolved
libnavigation-base/src/main/java/com/mapbox/navigation/base/trip/model/eh/RoadName.kt
Show resolved
Hide resolved
a8463ca to
f22083f
Compare
|
instrumentation test |
d3359fd to
48b7854
Compare
| into: | ||
| ```kotlin | ||
| val shielded = roadComponent.shield != null | ||
| ``` No newline at end of file |
There was a problem hiding this comment.
| ``` | |
| - Added support for continuous EV alternatives in `NavigationRouteAlternativesObserver`. | |
| - Fixed issues with map-matching to HOV-only roads. | |
| - Set a limit of simultaneously running onboard route requests to avoid too many tasks blocking too much of the device's computing resources. | |
| - Fixed an issue with Road Access Policy ignoring the setting to map-match to closed road sections, when enabled. |
cc @averkhaturau @mskurydin to double-check
48b7854 to
fe180e3
Compare
| - Added `RoadComponent.language` value. | ||
| - :warning: Changed `EHorizonEdgeMetadata.names` class from `RoadName` to `RoadComponent`. |
There was a problem hiding this comment.
| - Added `RoadComponent.language` value. | |
| - :warning: Changed `EHorizonEdgeMetadata.names` class from `RoadName` to `RoadComponent`. | |
| - :warning: Changed `EHorizonEdgeMetadata.names` class from `RoadName` to `RoadComponent`. | |
| - Added `RoadComponent.language` value. |
nit, this way it will be easier to read.
There was a problem hiding this comment.
I see we're done with CI, in this case we can skip this. We can always address when composing final changelog.
Description
Screenshots or Gifs