Find a Location within a stored Circle

前端 未结 2 1644
离开以前
离开以前 2021-01-01 05:51

I have data in MongoDB representing a Circle as follows:

{
    \"_id\" : ObjectId(\"54c1dc6506a4344d697f7675\"),
    \"location\" : [ 
        23.027573, 
           


        
2条回答
  •  时光取名叫无心
    2021-01-01 06:39

    MongoDB provides strong support for GEO based query. To check whether your location is within the centre you mentioned, there is a $geoNear.

提交回复
热议问题