0

I want integrate a Map inside a Jpanel where I can set latitude and longitude, move the map location, drag, etc.. (like google map web) I don't see any Java desktop application with this function and not recent info about this. I want a free solution for this.

I am currently testing goole api services. But They provide me the info but not the map integration.

There are other solutions that I am not investigating?

Genaut
  • 1,810
  • 2
  • 29
  • 60

1 Answers1

3

JXMapViewer was a part of SwingLabs, which brought us also SwingX, but with java.net no longer available, it's webpage is no longer reachable.

There is a fork of JXMapViewer named JXMapViewer2, which seems better maintained and offers also examples how to use it: https://github.com/msteiger/jxmapviewer2

cello
  • 5,356
  • 3
  • 23
  • 28