-
Notifications
You must be signed in to change notification settings - Fork 320
NN 132 #7137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NN 132 #7137
Conversation
ChangelogFeaturesBug fixes and improvements
Known issues
|
...tion-base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/RoadObjectMapper.kt
Outdated
Show resolved
Hide resolved
| /** | ||
| * Not finished yet, see https://mapbox.atlassian.net/browse/NAVAND-1311 | ||
| */ | ||
| internal const val NOTIFICATION = 11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dzinad , @averkhaturau , as I know the notification feature isn't stable on server side and the API may change. Do I understand correctly that current implementation in NN works for current design and just stop working in case of changes on server side without crashes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's finalized: https://mapbox.atlassian.net/browse/NAVAPI-37?focusedCommentId=102077
|
I haven't found any existing filtering mechanism for |
|
Could we instead pass an error with a message that this type is not supported? |
@LukasPaczos , maybe don't call callback at all? |
|
We're not exposing |
Unfortunately I'm not really familiar with EH, but I see that route object matcher is a part of public API. Line 368 in ca1cde2
From what I see, it can happen. @LukasPaczos , I plan to add filtering to road object matcher similar to how it works here, do you see any red flag in this approach? |
|
I don't see any red flags. |
|
I explored |
No description provided.