mongoDB 查询附近的人的语句

mongoDB 自带LBS查询附近的人

 

{"location":{
    $nearSphere: {
       $geometry: {
          type : "Point",
          coordinates : [ <longitude>, <latitude> ]
       },
       $minDistance: <distance in meters>,
       $maxDistance: <distance in meters>
    }
  }
}

 

posted @ 2016-08-24 15:04  龙昊雪  阅读(1173)  评论(0编辑  收藏  举报