-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Using GoogleMap Android composable in Desktop #2784
Comments
From https://developers.google.com/maps/documentation/android-sdk/maps-compose#installation - a required dependency is |
Yes, it should be ported. Looking at the source code, it seems it is written from scratch on Compose, uses some Android API (like Location API) and, as Kirill mentioned, uses an Android library |
@igordmn Did you test that we can use Android components on the KMP desktop? |
Any updates? |
https://github.com/skillAndroid/openStreetMapComposeMultiplatform this is my Code pls look here for desktope Map for Compose Multiplatform and do not forget to put Starts thank you All ) |
Closing because I am not interested anymore. Rather I am looking at MapLibre for Compose Multiplatform: maplibre/maplibre-native#2638. |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Can Android elements like e.g. GoogleMap be used for a desktop app using compose-jb?
I am interested in what would make it Android-specific or not. Is it just the fact that it is packaged as an
.aar
, or is there something more fundamental?The text was updated successfully, but these errors were encountered: