您好我想从数据库中获取数据到距离不超过500米。在字段用户db.users.ensureIndex ({coords: "2d"})
的集合中coords: [long, lang]
。但返回的数据不正确。 Distanatsiya并非如此。
距离:122.82991391506238
for coords:[56,816831,60,599347]
collections.users.geoNear(56.814628, 60.599572, { spherical : true, maxDistance : 500/6371000, distanceMultiplier : 6371000}, function (err, docs) {
console.log("ahaha", docs.results)
});