(从https://ask.fiware.org/question/637/get-entities-geopoint-ordered-by-distance移动)
大家好,我想从猎户座上下文代理(v2)中检索一个实体列表,其中geo:point属性按定义点的距离排序。你能帮帮我吗?
答案 0 :(得分:0)
可以使用orderBy=geo:distance
参数来执行此操作,例如:
GET /v2/entities?georel=near;maxDistance:1000&geometry=point&coords=-40.4,-3.5&orderBy=geo:distance