2010-02-03 09:04 Wednesday

google Map取得经纬度坐标的方法

打开Google地图,在浏览器地址栏输入:

javascript:void(prompt('',gApplication.getMap().getCenter()));

然后按回车键(Enter),这时,你将得到一个弹出的输入框,这个坐标就是你需要找的经度和纬度。

Tags: GoogleMap