Displaying location on a world map

后端 未结 3 1704
春和景丽
春和景丽 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: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

提交回复
热议问题