lucianovalenca
10/2/2019 - 12:39 AM

Geospatial query

db.getCollection("schools").find({
     geometry:
       { $near:
          {
            $geometry: { type: "Point",  coordinates: [ -3.729858, 40.227383 ] },
            $minDistance: 1000,
            $maxDistance: 5000000
          }
       }
   })