celic / echo_location_server

A server that echoes locations nearby the given point.
1 stars 0 forks source link

Implement Haversine function #3

Closed celic closed 10 years ago

celic commented 10 years ago

To be able to calculate the distance between points, implement this... https://github.com/kristianmandrup/haversine

It should be a gem on rubygems.org. Figure out how to use it and implement a point searching function.