Wenn Sie nach $geoWithin suchen möchten oder $centerSphere Geben Sie in Zukunft in Ihrem Projekt Ihre Feldstruktur nur so an:-
"location" : {
"lng" : 77.15319738236303,
"lat" : 28.434568229025803
},
"redius" : 120 und dann abfragen wie:-
db.collection.find( {location: { $geoWithin: { $centerSphere: [ [ lat, lng ], radius/3963.2] } }} )