在坐标数组的情况下如何查询mongo db在一个框内的坐标

时间:2018-12-13 13:09:52

标签: python mongodb coordinates geospatial mongodb-geospatial

我具有下面的python代码,以返回框内具有corcordins的所有行。

当前,当它作为对象时,效果很好,但是如果markerCoordinatesWithLatLng是数组怎么办。怎么做?。

'markerCoordinatesWithLatLng':
                     {'$geoWithin': {'$box': [[topLeftCoordinate.get('latitude'), topLeftCoordinate.get('longitude')],
                                              [bottomRightCoordinate.get('latitude'),
                                               bottomRightCoordinate.get('longitude')]]}}})

0 个答案:

没有答案