2
我試圖使用geoSpatial查詢來查詢我的集合,以便返回距離某點的結果以及距離該點的距離。從nearSphere返回距離查詢點的距離
我在使用Queryable#near_sphere
和Mongoid http://mongoid.org/en/origin/docs/selection.html 這對查詢執行$ nearSphere命令。
我見過的geoNear
命令: http://www.mongodb.org/display/DOCS/Geospatial+Indexing#GeospatialIndexing-geoNearCommand
這似乎返回結果,與計算出的距離
有沒有辦法要麼:
a)使用返回的距離nearSphere
b)使用geoNear和Mongoid