Hi there Community! I am new in KMM and i would li...
# compose-ios
k
Hi there Community! I am new in KMM and i would like to know if Google Maps 🌏 can be add it in KMM making the UI in kotlin
👍 1
a
If you want something official, it'd probably be best to ask the team behind google maps compose at google
k
Okey, i understand. Thanks
a
Currently, I don't know if theres any bindings, your best bet might be embedding a MapKit map in compose and making an API behind that
It really depends on how complex you want to make it
k
I undertand, so it is still not possible to use just Kotlin
l
It's possible using UIKit interop in compose, but I don't know how hard it'd be.
k
I was trying to use GoogleMap component in the sharedModule but it is still not available to use it there just in the android module. Which one do you use in that case ?
l
The compose GoogleMap is not cross platform. If you want a map on iOS Compose, you'll need to use UIKit interop
k
Ah ok Thank you so much. I will look more information about it
a
Yeah, it's not cross platform currently, and it might be worth reaching out to their team to see if it's road mapped, sorry if I wasn't clear enough!
k
Ah ok thank u so much guys!!
What do you think about https://github.com/icerockdev/moko-maps? it would be better option to the map or not ?