Is there a known good workflow for integrating Map...
# compose-desktop
r
Is there a known good workflow for integrating Mapbox or Google maps into a Compose Desktop application? Looking for a sample, or place to start. Thanks!
k
https://github.com/msteiger/jxmapviewer2 has Swing integration, so that should be extensible into the Compose Desktop world (modulo the known limitations around mixing Swing and Compose content in the same window).
👍🏻 1
👍 1
j
Using Swing integration (with
JXMapViewer
) in Compose Desktop client in https://github.com/joreilly/BikeShare
🙌🏻 1
🙌 1
Did this a while back so not sure if better approach available now