16 lines
323 B
Python
16 lines
323 B
Python
|
pipeline = [
|
||
|
{
|
||
|
'$geoNear': {
|
||
|
'near': {
|
||
|
'type': 'Point',
|
||
|
'coordinates': [
|
||
|
-78.9, 35.9
|
||
|
]
|
||
|
},
|
||
|
'distanceField': 'distance',
|
||
|
'maxDistance': 160934.4,
|
||
|
'spherical': True
|
||
|
}
|
||
|
}
|
||
|
]
|