谷歌地图从V2升级到V3总结 javascript版
Google Map JavaScript API v3 https://developers.google.com/maps/documentation/javascript/
Google Map JavaScript API v2 https://developers.google.com/maps/documentation/javascript/v2/
从谷歌地图 Javascript版 V2升级到V3 的对照表
https://www.google.com/fusiontables/DataSource?docid=1lTV6RzeDHax0Vh0wPoBMIN3jNiyNyFFQQd1J1Vs
关于V3版交通流量的一些代码
http://pietervogelaar.nl/google-maps-api-v3-traffic-toggle-button/
从v2升级到v3的一些代码参考
http://www.programandoamedianoche.com/2011/02/migrar-de-google-maps-v2-a-google-maps-v3/
另参考链接地址
http://stackoverflow.com/questions/6888349/marker-xml-data-with-donwloadurl-in-google-maps-v3
http://stackoverflow.com/questions/12513049/google-maps-api-v3-latitude-longitude-from-data-xml-whats-wrong-with-my-code
http://code.google.com/p/gmaps-samples-v3/source/search?q=maps+v3+xml&origq=maps+v3+xml&btnG=Search+Trunk
http://gifpornclub.tumblr.com/
http://blog.fpmurphy.com/2010/10/google-maps-javascript-api-v3-examples.html
获取当前地址的坐标信息(LatLng)
利用谷歌地图搜索到当前地址,然后在浏览器的地址栏输入 javascript:void(prompt('',gApplication.getMap().getCenter())) 即可得到坐标信息。