标签: ruby-on-rails mongoid geospatial
这就是我计算两个索引位置之间的平均距离的方法;
:distance => User.where(:email => worker).geo_near(pb.location).average_distance.round(5)
它给了我一个号码可以,但我找不到它是什么单位?或者我怎样才能以英里为单位转换它。作为一个例子,它给我3.97 ...作为洛杉矶和LV之间的距离。