响应参数
参数名
类型
描述
必填
type
string
示例:FeatureCollection
必填
type
string
示例:Feature
必填
properties
object
数据字典
必填
coordinates
array
数据列表
必填
说明 / 示例
{
"data": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"avg": 5
},
"geometry": {
"type": "Point",
"coordinates": [
"116.572483",
"39.873027"
]
}
},
{
"type": "Feature",
"properties": {
"avg": 5
},
"geometry": {
"type": "Point",
"coordinates": [
"116.479486",
"39.929483"
]
}
},
{
"type": "Feature",
"properties": {
"avg": 5
},
"geometry": {
"type": "Point",
"coordinates": [
"116.453146",
"39.907020"
]
}
},
{
"type": "Feature",
"properties": {
"avg": 5
},
"geometry": {
"type": "Point",
"coordinates": [
"115.961203",
"39.753152"
]
}
}
]
},
"code": 200,
"msg": "请求成功"
}