下面是Google Earth 3D开发文档的地址:
https://developers.google.com/earth/documentation/demogallery?hl=zh-CN
https://developers.google.com/earth/documentation/index (英文文档地址)
下面的这个是一些demo:
http://earth-api-samples.googlecode.com/svn/trunk/examples/
下面的脚本用来获取精确的坐标:
javascript:void(prompt('',gApplication.getMap().getCenter()));
使用方法:打开Google Map ,搜索你要寻找的地方,然后在浏览器中输入上面的脚本就能弹出一个对话框,里面有精确坐标值。