Anyone aware of ability to show map in Compose des...
# compose-desktop
j
Anyone aware of ability to show map in Compose desktop app?
j
I assume you're talking about like a geographical map, right? It's an overloaded term in computer science 😛. Compose for Desktop was officially just announced today, so I don't know of any such Composable implementations yet, but you could probably create a Composable binding to something like JXMapViewer.
j
Yeah, geographical one 🙂. ok, thanks, will take a look at that
j
One other suggestion: Another possible place I might consider is using https://github.com/JetBrains/compose-jb/tree/master/cef to embed a web view, but I think that doesn't support Mac OSX yet, so maybe that is a non-starter depending on your use case and release date. But that would allow you to embed a web-based Google maps widget.
👍 1
j
Thanks @dector, looks interesting
btw this is what I'm roughly trying to match.....it's sample macOS SwiftUI client I have for BikeShare repo (https://github.com/joreilly/BikeShare)
🚀 1