Displaying location on a world map

后端 未结 3 1679
春和景丽
春和景丽 2021-01-22 09:32

I am working on a Java desktop application. In this project I want to highlight some location on a world map. These locations are stored in a database. I have found a link to Bu

相关标签:
3条回答
  • 2021-01-22 10:04

    for me google works http://today.java.net/pub/a/today/2007/10/30/building-maps-into-swing-app-with-jxmapviewer.html any google related question(s)

    0 讨论(0)
  • 2021-01-22 10:05

    You might like to look at JMapViewer, recently mentioned in this question.

    Addendum: For example,

    svn co http://svn.openstreetmap.org/applications/viewer/jmapviewer jmapviewer
    ant
    java -cp bin org.openstreetmap.gui.jmapviewer.Demo
    
    0 讨论(0)
  • 2021-01-22 10:17

    If you are building swt app, you can use SWT Browser widget with Google Maps API. All you need is to generate simple html page and show it with the use of SWT Browser

    0 讨论(0)
提交回复
热议问题