我具有下面的python代码,以返回框内具有corcordins的所有行。
当前,当它作为对象时,效果很好,但是如果markerCoordinatesWithLatLng
是数组怎么办。怎么做?。
'markerCoordinatesWithLatLng':
{'$geoWithin': {'$box': [[topLeftCoordinate.get('latitude'), topLeftCoordinate.get('longitude')],
[bottomRightCoordinate.get('latitude'),
bottomRightCoordinate.get('longitude')]]}}})