$geoWithin
に関連するクエリを実行する場合 または$centerSphere
今後、プロジェクトで次のようにフィールド構造を指定してください。-
"location" : {
"lng" : 77.15319738236303,
"lat" : 28.434568229025803
},
"redius" : 120
次に、次のようにクエリを実行します:-
db.collection.find( {location: { $geoWithin: { $centerSphere: [ [ lat, lng ], radius/3963.2] } }} )