高德接口数据
https://webapi.amap.com/ui/1.0/ui/geo/DistrictExplorer/assets/d_v1/an_810000.json
其中 810000 为行政代码
示例返回:
1
2
3
4
5
6
7
8
9
10
11
12type: "MultiPolygon",
arcs: [
[[ 91, 20, 92, 93, 94, 95, 96 ] ]
],
properties: {
"adcode": 440100,
"name": "广州市",
"center": [ 113.280637, 23.125178],
"centroid": [ 113.544343, 23.329226 ],
"childrenNum": 11,
"level": "city"
}