|
|
|
|
|
by nl
5712 days ago
|
|
Geohash: http://en.wikipedia.org/wiki/Geohash (Edit: to be more specific, you can get a pretty good distance measurement using Geohash and comparing strings. Obviously, indexing strings is something databases do well. The exact distance a single character corresponds to depends on longitude & latitude, but there are lookup tables for that. There are also edge conditions to be aware of which may affect your application) Or, use Postgres which has geospatial indexes. |
|