Has anyone managed to show a map in a Compose for ...
# compose-desktop
j
Has anyone managed to show a map in a Compose for Desktop app?
ok, thanks to info in https://kotlinlang.slack.com/archives/C01D6HTPATV/p1604780646289800 I was able to get something basic up and running with combination of Compose UI and map (using
JXMapViewer
)
A bit ugly right now but left hand side is using Compose and then location of map on right is based on city selected on left
A little bit nicer version (and now shows bike stations on map)
code has been pushed to https://github.com/joreilly/BikeShare if anyone is interested in trying it out
👍 7