Mongodb - Finding GeoNear within nested JSON objects
问题 I need to get the closest place near a certain point using this data structure: [ { "data_id": "127", "actual_data": [ { "id": "220", "value": "shaul" }, { "id": "221", "value": "3234324" }, { "id": "222", "value": { "lngalt": [ 13.7572225, -124.0429047 ], "street_number": null, "political": null, "country": null, } }, { "id": "223", "value": "dqqqf1222fs3d7ddd77@Dcc11cS2112s.com" }, { "id": "224", "value": "123123" }, { "id": "225", "value": "lala1" }, .... }, { "data_id": "133", "actual