I need to find all the geohashes that lie within a 10 km radius of the the geohash tdr706 . How do i do it?
Asked
Active
Viewed 242 times
1
-
Do you still need it ? In case if you do, calculate the adjacent of the geohash. You can calculate the adjacents of adjacent till the distance is less than 10km. Each cell has a defined size so it should be doable. – Akshay Kumar Jul 18 '19 at 09:35