Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access google maps api in Java Application?

How do you access google maps API from a Java application?

like image 518
R.Karthik Vasishta Avatar asked Jan 03 '10 04:01

R.Karthik Vasishta


1 Answers

You can use Swing-WS, a component JXMapViewer is available and provides similar functionality as JavaScript version. However it is still not legal to access Google tile servers outside the provided APIs : JavaScript and Flash.

There is an issue opened to track this request : http://code.google.com/p/gmaps-api-issues/issues/detail?id=1396. It is approved but who knows when it's gonna be available.

like image 126
adrian.tarau Avatar answered Sep 17 '22 18:09

adrian.tarau