Korshak Nikita
Korshak Nikita
We should cover `DirectionsResponseFactory` with tests to avoid such cases as https://github.com/mapbox/mapbox-java/pull/1242
At the moment there is no way to modify `RouteOptions` used to fetch routes, but customer should be able to do it. some customisation examples: - driving profile - exclude...
`MapboxManeuverView` currently renders maneuvers only when the result is Success and the components list is not empty ``` fun renderManeuvers(maneuvers: Expected) { maneuvers.onValue { list -> if (list.isNotEmpty()) { currentlyRenderedManeuvers.clear()...
### Description need to expose as a flow because `MapboxAudioGuidanceVoice` is created in `MapboxAudioGuidance` when some flows are combined, so we have some delay. If we don't use a flow,...
**Android API:** **Mapbox Navigation SDK version:** 2.4.0-beta.3 **NN:** 93.0.0 If you stay at one place while navigating, puck will move to the destination point while replay. ### Steps to trigger...
**What repository are you running secret-shield on?** https://github.com/mapbox/1tap-android **What version of secret-shield are you running?** { "version": "1.0.2", "node": "v12.22.1", "os_platform": "darwin", "os_release": "20.6.0", "installed_dir": "/usr/local/lib/node_modules/@mapbox/secret-shield/bin" } **How did you...