{
"dataSetId":"test_polygon",
"limit":2,
"center":"116.421432,39.934750",
"maxDistance":500
}curl --location -g --request GET 'http://datam.olmap.cn/dm/v1/api/data/geo-query/near?eId={{eId}}&ckey={{ckey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId":"test_polygon",
"limit":2,
"center":"116.421432,39.934750",
"maxDistance":500
}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": {
"result": [
{
"_id": "e3481e76-ad76-11e7-a167-53f3f727af87",
"importTaskId": "59dc5221c8fbb5c24679c6bd",
"createTime": "2017-10-10T04:52:58.899Z",
"isSync": "0",
"geom": {
"type": "Point",
"coordinates": [
116.42044196748479,
39.93365682084285
]
},
"tag": {
"name": "东四街道东四十条98-5号东四十条小区",
"time": "2017-10-10T07:14:39.281Z"
},
"dis": 148.1558480689422
},
{
"_id": "e3484573-ad76-11e7-a167-53f3f727af87",
"importTaskId": "59dc5221c8fbb5c24679c6bd",
"createTime": "2017-10-10T04:52:58.900Z",
"isSync": "0",
"geom": {
"type": "Point",
"coordinates": [
116.42064017192538,
39.93355753075634
]
},
"tag": {
"name": "东四街道东四十条98-5号东四十条小区",
"time": "2017-10-10T07:24:09.056Z"
},
"dis": 148.9605128550579
}
]
}
}