curl --location --request GET 'https://restapi.amap.com/rest/lbs/geohub/place/polygon?dataset_id&polygon&Key='
{
"type": "string",
"properties": {
"status": {
"type": "string",
"description": "string"
},
"info": {
"type": "string",
"description": "string"
},
"infocode": {
"type": "string",
"description": "string"
},
"count": {
"type": "string",
"description": "string"
},
"objects": {
"type": "string",
"properties": {
"geometry": {
"type": "string",
"properties": {
"coordinates": {
"oneOf": [
{
"type": "string",
"items": {
"type": "string"
}
}
],
"description": "string"
},
"type": {
"type": "string",
"description": "string"
}
},
"required": [
"string"
]
},
"properties": {
"type": "string",
"properties": {
"property1": {
"type": "string",
"properties": {
"name": {
"type": "string",
"description": "string"
},
"value": {
"oneOf": [
{
"type": "string"
}
],
"description": "string"
}
},
"required": [
"string"
]
},
"property2": {
"type": "string",
"properties": {
"name": {
"type": "string",
"description": "string"
},
"value": {
"oneOf": [
{
"type": "string"
}
],
"description": "string"
}
},
"required": [
"string"
]
}
},
"required": [
"string"
]
}
},
"description": "string",
"required": [
"string"
]
}
},
"required": [
"string"
]
}