Łukasz Paczos
Łukasz Paczos
Awesome, thank you @pengdev!
I was able to narrow it down and the Navigation SDK was indeed passing a `null` geometry. To make the usability of `GeoJsonSource` better, would we like to annotate with...
To avoid semver, why don't we introduce ``` fun setRoutes(routes: List, routeIndex: Int = 0, initialLegIndex: Int = 0) fun setPrimaryRoute(routeIndex: Int) fun setPrimaryRoute(route: DirectionsRoute) ``` as extensions? We discussed...
Interesting use case! We've never previously had an out-of-the-box route management/preview UI and with these use cases becoming more integrated into the SDK iteslf, an index-based selection could be preferable...
Yes, we definitely can if needed! I just wanted to add a semver label to make sure we revisit this topic before v3.
Fixed with a new label :upside_down_face:
Hey @appenvturez-siddharth, thanks for reaching out! What exactly do you mean by "path colour change"? Could you provide some screenshots or a video?
cc @etl @zugaldia @truburt @jyrigo
"inconclusive" looks like a Firebase infra issue. [Documentation says](https://firebase.google.com/docs/test-lab/android/analyzing-results#:~:text=A%20test%20matrix%20is%20shown,an%20issue%20in%20Test%20Lab.): > Inconclusive: Test results were inconclusive, possibly due to a Test Lab error. I think we can ignore the inconclusive results...
What's the frequency of these inconsistent results that you noticed? In case of an occurrence, we'll have to re-run the test. If this happens often enough to cause significant pain,...