You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to enable building map apps for Android Auto / Android Wear / Google TV / watchOS / tvOS / CarPlay.
Some open questions:
Is Compose supported at all on any of these platforms? If no, that'd be a blocker.
Does MapLibre for Android/iOS work on these platforms? If no, that'd be a blocker.
If yes and yes, do we need to do anything special? If no, then at least the demo app should have examples on how to do it.
If we need to do something special, what needs to be done? At a minimum, the additional Apple platforms have their own build targets, and I believe the car platforms tightly restrict how you develop UI
The text was updated successfully, but these errors were encountered:
may be viable to eventually provide non-compose multiplatform helpers for non-compose platfoms to still share code (if MapLibre Native works in more places than Compose does). Would require our architecture to decouple the SDK wrappers and custom compositions (layers, annotations, etc) from Compose UI/Foundation, and have a Compose UI component plug in to that wrapper the same way a non-compose component would
sargunv
changed the title
Support for secondary platforms (car, watch, tv, etc)
Explore support for secondary platforms (car, watch, tv, etc)
Dec 6, 2024
The Android MapLibre SDK couples rendering to a view, but my plan for #218 is to render to a surface provided by Compose. So this code would probably be useful for Auto, once things are decoupled from Compose UI.
It would be nice to enable building map apps for Android Auto / Android Wear / Google TV / watchOS / tvOS / CarPlay.
Some open questions:
The text was updated successfully, but these errors were encountered: