Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java & Google Maps

Is it possible to render google maps in swing or applet?

I know i can also use NASA World Wind but it seems to much overkill for a simple app.

like image 314
Hamza Yerlikaya Avatar asked Mar 13 '26 11:03

Hamza Yerlikaya


1 Answers

There is JXMapViewer component in SwingX project. You can write new TileProviderInfo,TileFactory to pull images from Google maps but using JXMapViewer to pull maps from Google was illegal when I used it(2008). Google was usually changing Map URL format so your program can be broken unexpectedly if this is still illegal.

in My last project we have used JXMapViewer and Microsoft Visual Earth instead of Google maps.

like image 170
caltuntas Avatar answered Mar 16 '26 00:03

caltuntas



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!