Join Slack
Powered by
Hi Guys, I'm trying to implement map in my compose...
# compose-web
k
Kinar Sharma
08/12/2024, 12:10 PM
Hi Guys, I'm trying to implement map in my compose multiplatform web app, Do you guys have any sample or doc that i can use to implement it specifically in web app
a
Artem Kobzar
08/12/2024, 12:56 PM
The next links would be helpful for you: • Tutorial:
https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html
• Wizard to setup your project only for specific platforms:
https://kmp.jetbrains.com/
• GitHub Template with all platforms including Web (with set up for publishing the app to GitHub Pages):
https://github.com/Kotlin/kotlin-wasm-compose-template#readme
k
Kinar Sharma
08/12/2024, 1:00 PM
thanks
@Artem Kobzar
, but I'm trying to implement google maps in KMP, so if you have any sample with map integration feel free to share
🫡 1
a
Artem Kobzar
08/12/2024, 1:06 PM
It may be useful for Google Map API:
https://github.com/data2viz/google-map-kotlin/blob/master/d2v-google-maps-js/src/main/kotlin/GoogleMaps.kt
40
Views
Open in Slack
Previous
Next