Peng Liu
Peng Liu
Hey @weirenren @ankiimation we have added [Android Auto extension](https://github.com/mapbox/mapbox-maps-android/tree/main/extension-androidauto) in Mapbox Android Maps SDK v10 as experimental feature, and we do provide an example integration [here](https://github.com/mapbox/mapbox-maps-android/tree/main/android-auto-app). However we have no...
Hey @shani200apps thanks for your question, I think this is a valid limitation of current API, could you say a bit more about your use case?
> ideally Mapbox could allow the use of RC or alphas for the Google car library. Thanks for the feedback @narko, the googleCarAppLibrary is a transitive dependency of the `extension-androidauto`,...
We have an [example branch](https://github.com/mapbox/mapbox-maps-android/pull/1682/files) showcasing how to use it with `androidx.car.app:app:1.3.0-beta01` with the `onClick` handling. Also I think if Car App Library follows semantic versioning, it should be backward...
Hey @pphilipphave you tried our [compose extension](https://github.com/mapbox/mapbox-maps-android/tree/main/extension-compose) and see if you experience similar issue?
Closing as no further information provided.
Hey @NelsonBeard Maps SDK v9 is [out dated and won't receive new fixes](https://github.com/mapbox/mapbox-gl-native-android) and please update to latest v10 stable releases for more bug fixes/improvements. Hey @okcoker have you tried...
> I have not, but will take a look and report back. Looking briefly at your link, it looks like I'll have to upgrade from v10 to v11 to try...
@Parth-Thakar could you share some code snippets or sample project where this issue can be reproduced? We tend not to expose ViewAnnotationManager in the MapViewportState as it's mixing different APIs,...
@testus74966 for Maps SDK, we have a optional [compose extension](https://github.com/mapbox/mapbox-maps-android/tree/main/extension-compose) currently in preview that helps to integrate Maps to the app using jetpack compose, and it handles the Map lifecycle...