Kyle Madsen
Kyle Madsen
Is there a way to check the download size of native libraries (.so objects) for each build? Android Studio provides the download sizes for each of these, but we want...
[TurfMeasurement.bearing(Point point1, Point point2](https://github.com/mapbox/mapbox-java/blob/59e274dc262daa589a4d24865b2265701678e6a6/services-turf/src/main/java/com/mapbox/turf/TurfMeasurement.java#L47-L56) This function can return -180.0, 180.0. In order to calculate the difference between two bearings. Downstream needs to create a normalizing function which can determine that...
### Description Resolves https://github.com/mapbox/mapbox-navigation-android/issues/6154 Defining an api for search that works simple and by default. This adds the `CarPlaceSearchOptions` as something that can be overridden so that we can declare...
The search api is subject to change and it cannot be in the android auto api. Remove it and resolve the issues as internal implementations. https://github.com/mapbox/mapbox-navigation-android/blob/bf0f61f96c3942b28daea4aa010238380b20acb3/qa-test-app/src/main/java/com/mapbox/navigation/qa_test_app/car/MainCarSession.kt#L71-L77
All of the direct references to `MapboxNavigation` are to be deleted from the [public api](https://github.com/mapbox/mapbox-navigation-android/blob/main/libnavui-androidauto/api/current.txt) in favor of `MapboxNavigationObserver` or `MapboxNavigationApp.current()`. The `MapboxNavigationApp` did not exist during the original implementation,...
## Overview Following up from an issue where we needed to add a `debounce` to handle rapid trip session state changes. https://github.com/mapbox/mapbox-navigation-android/pull/6039/files#diff-9472754437da48cd5a28236f6b3804c5d3c0451d20b5d1735c9166360b68db75R22-R26 This ticket, is to explore if this is...
There is an application approach where you can build an android auto app for android automotive. I'm using this branch to verify test this issue https://github.com/mapbox/mapbox-maps-android/issues/1503 This branch confirms that...
**Mapbox Navigation SDK version:** 2.1.0 EDIT: grammar Follow up work from https://github.com/mapbox/mapbox-navigation-android/pull/4892. Anticipating this issue will require refactoring and testing in order to get it all just right. It is...
Similar to this issue https://github.com/mapbox/mapbox-navigation-android/issues/5793 Considering this ticket separate because there is a different framework for rendering the road label. The `RoadLabelRenderer` will fit a road label text onto a...
For the first developer release of `androidauto-v0.1.0` we are including the search SDK. But a request has already been made to have search be optional within the SDK. This ticket...