YQL Geo Library 是一个 JavaScript 库用来根据地名获取经纬度,或者根据经纬度获取对应的地名。
示例代码:
yqlgeo.get('paris,fr',function(o){
alert(o.place.name+' ('+
o.place.centroid.latitude+','+
o.place.centroid.longitude+
')');
})
本文转自:http://www.iteye.com/news/13781 YQL Geo 是一个 JavaScript 库用来根据地名获取经纬度,或者根据经纬度获取对应的地名等…… 得到当前地址的IP号: yqlgeo.get('217.12.14.240',function(o){ alert(o.place.name + ',' + o.place.country.content +
地理信息接口技术 http://www.oncoding.cn/2010/geo-location-frontend/ google map querystring meanings: http://www.querystring.org/google/google-maps/google-maps-query-string-parameters google map 接口: http://c