我想知道如何使用 Geonames Web 服务来返回接近某个纬度组合的所有地方。我想做的例子是here。查看表格底部列出的所有城镇
问问题
269 次
1 回答
1
On that page:
http://www.geonames.org/export/ws-overview.html
You find all web services available.
Service No.9 findNearby is a good candidate for your task.
In that "findNearby" Service you pass in:
Parameters : lat,lng, featureClass,featureCode, radius: radius in km (optional), maxRows : max
For featureClass and Code you have to read a bit the docu.
于 2013-02-08T19:15:33.050 回答