关于如何从某个行政区划中选择所有城镇的想法?可以是任何国家。试图通过fips_10_4_region_code搜索,但无法使其正常工作,似乎/ location / citytown没有此属性
最佳答案
如果您知道行政区划的Freebase ID,那么您可以使用a query like this查找其所在的所有城市/城镇:
[{
"id": null,
"name": null,
"type": "/location/citytown",
"/location/location/containedby": {
"id": "/en/california"
}
}]
还有一个实验性的Geosearch API,可以在给定主题的形状(如果有的话)内找到地理位置优越的城市。
关于jquery - Freebase从行政区划中选择所有城市,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3554424/