hey people, has anyone tried any decent Map SDK's ...
# compose
a
hey people, has anyone tried any decent Map SDK's on a compose multiplatform project?
c
Used this one https://github.com/maplibre/maplibre-compose Desktop still bare bones if you need it
🙌 1
a
thanks, only need ios & android for now anyway
j
I built a test Compose app where I use native Google Maps APIs on both Android and iOS. Wasn’t too much of a pain. I wrote a medium article discussing how I achieved it if you’re interested in not using third-party libraries that are wrappers around other Mapping libraries.