-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Auto integration #7
Comments
Some updates for discussion: We must provide our own custom Map "surface" behind the CarApp Template(s). Unlike CarPlay on iOS where UIKit is supported for this layer, Android only seems to offer
|
Additional information, you can create the MapLibreMap as an XML component and it can be converted to the bitmap too. :D |
Flitsmeister posted their example under MIT license https://github.com/flitsmeister/MapLibre-Android-Auto-Sample. We can absolutely go this path, but I still think it's worth further exploration into the Compose view as map surface. That'd allow us to much more effectively adapt our Android Auto map with content driven by our compose work. Using the filtsmiester sample, we'd have to do what Mapbox does where we have to recreate bitmaps of all the components like speed limit signs, the route polyline, etc. |
No description provided.
The text was updated successfully, but these errors were encountered: