{
"dataSetId":"cycling",
"limit":1,
"center":"116.421432,39.934750",
"radius":500
}curl --location -g --request GET 'http://datam.olmap.cn/dm/v1/api/data/geo-query/circle?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId":"cycling",
"limit":1,
"center":"116.421432,39.934750",
"radius":500
}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": {
"result": [
{
"_id": "e34d9c85-ad76-11e7-a167-53f3f727af87",
"importTaskId": "59dc5221c8fbb5c24679c6bd",
"createTime": "2017-10-10T04:52:58.935Z",
"isSync": "0",
"geom": {
"type": "Point",
"coordinates": [
116.41701085816089,
39.933074666952365
]
},
"tag": {
"name": "东四街道东四北大街甲201号",
"time": "2017-10-10T09:47:51.386Z"
}
}
]
}
}