GoogleEarth inside Java Swing

2019-01-15 08:48发布

Is it possible to embed a GoogleEarth view inside a Java Swing app? If so, could you please point me to a tutorial explaining how to do it?

8条回答
老娘就宠你
2楼-- · 2019-01-15 09:37

I did a project on vehicle tracking system using GPS and GSM at my college. In the project we used to get the latitude and longitude value of vehicle and show it in Google map. The code we used for creating a frame with Google location is Map code.java

The frame is created by creating an Object of the class and calling the method

createmap(String x,String y);

Where, x-latitude and y-longitude.

查看更多
爷的心禁止访问
3楼-- · 2019-01-15 09:41

Embedding GoogleEarth inside Java Swing App is not feasible. Legally or otherwise. However you may find a way to embed Google Map on a frame.

Edit: Found this google post.

查看更多
登录 后发表回答