Tagged Questions
9
votes
2answers
642 views
Would it be possible to use geohash for proximity searches?
I'm looking to optimize point proximity geo searches time.
My input is lat,lng point and I'm searching on a precomputed set of locations to n nearest points.
I don't care how much time/space the ...