We use the rails geocoder gem at work but want to start getting closest location of a set of locations that are stored in memcached (ie not using the ActiveRecord interface). Would it be as simple as just calculating the numerical difference between our starting point and our different place points? Or are there other calculations that I should be aware of?
This is only for map distance and not street distance or traffic distance. Does geocoder support this calculation?