Java and Google Maps

Can I display Google maps in a swing or applet?

I know that I can also use NASA World Wind , but it seems to be too much for a simple application.

+3
source share
2 answers

There is a JXMapViewer component in the SwingX project. You can write a new TileProviderInfo, TileFactory, to pull images from Google maps, but using JXMapViewer to retrieve maps from Google was illegal when I used it (2008). Usually, Google changed the format of the map URL, so your program may be unexpectedly interrupted if it is still illegal.

JXMapViewer Microsoft Visual Earth Google.

+3

JxMaps Google Swing. API Java, API JavaScript Google Maps.

+1

Source: https://habr.com/ru/post/1711718/


All Articles