Łukasz Paczos
Łukasz Paczos
> @LukasPaczos proposed not to merge the PR, as the API is not public and it is against what we decided (expose via mapbox-java public API only) That's correct. Since...
I think it'd be great to showcase the plugin by adding one example showcasing simple addition of a marker as well as another example that explains differences between data-driven properties...
We can switch the billing controller to use `Waypoint` but it should ignore silent waypoints, it's only interested in leg waypoints.
> great catch actually. I would say it should be switched to the Waypoint as well (I see there's using DirecionsResponce#DirectionsWaypoint. @LukasPaczos do you have objections? >> We can switch...
> I think it's a typo in the doc, shouldn't be silent, right? Yes :+1:
Hey everyone! The [Navigation SDK Core Framework](https://docs.mapbox.com/android/navigation/build-with-coreframework/), which is an evolution of the Navigation SDK v2 and currently in a public preview pre-release, is built with NDK 23 and should...
Flagging that backend API design is still in review so we shouldn't merge until that's finalized.
> ... How about the following? We rethrow the exceptions that are thrown for known background cases (`IllegalStateException` for `startService` and `ForegroundServiceStartNotAllowedException` for `startForegroundService`) but catch everything else? If a...
> I have not encountered any. However, I'm trying to think ahead and I've come to not trust the system especially considering a wide range of available firmwares that may...
Thanks for dropping the examples, I think they somewhat help highlight the point I'm trying to make. When it comes to HTTP responses or image processing (where image is externally...