How to add maps in java GUI (like GMap.net for c#)

2020-06-29 09:21发布

问题:

C# has a a nice library/api to use for creating/using maps with winforms found at Gmap.net Does java have any libraries like this?

The closest thing I've found was worldwind but this doesn't look half as good as what GMap.net does in winforms

回答1:

These libraries might help

  • Generic Swing component: https://github.com/msteiger/jxmapviewer2
  • Integration with JavaFX: http://fxexperience.com/2011/05/maps-in-javafx-2-0/


标签: java maps