Is it worth to use nearby Geocoder address within some specified distance from the Geocoder cache ?

Dear Anton,

As per my current understanding we are using exact same lat lng to find out the geocoded address from the cache. And also I think there is lesser number of probability to match exact lat lng next time from the cache. Is it right?

So, Is it worth to deploy find Nearby within specific distance just like 10-20 meters by using Geo Spatial Indexes?

Anton Tananaev7 years ago

Makes sense, but it is not that easy to implement. You are welcome to send a pull request if you want to implement it yourself.

Ok thanks, I'll try to implement it only through java code.