Om du vill fråga relaterade till $geoWithin
eller $centerSphere
i framtiden i ditt projekt, specificera din fältstruktur bara så här:-
"location" : {
"lng" : 77.15319738236303,
"lat" : 28.434568229025803
},
"redius" : 120
och gör sedan en fråga som:-
db.collection.find( {location: { $geoWithin: { $centerSphere: [ [ lat, lng ], radius/3963.2] } }} )