我想为给定的用户在Map上显示附近的地方。我可以这样查询mongodb:
db.places.find( {
loc: { $geoWithin: { $centerSphere: [ [ -88, 30 ], 10/3963.2 ] } }
} )
或者通过如下方式查询reids地理空间集:
georadius key longitude latitude 100 m
有什么利弊吗?
我想为给定的用户在Map上显示附近的地方。我可以这样查询mongodb:
db.places.find( {
loc: { $geoWithin: { $centerSphere: [ [ -88, 30 ], 10/3963.2 ] } }
} )
或者通过如下方式查询reids地理空间集:
georadius key longitude latitude 100 m
有什么利弊吗?
暂无答案!
目前还没有任何答案,快来回答吧!