My current need is quite simple. We have some geo location information , represented like (longitude, latitude, content). We need to search for locations that within X kilometres given a query location.
There are not many locations to query, I think they can be index in RAM.
Is there any simple Java lib for this need? Thanks
You can use Solr. It has geo spatial search capabilities and can be embedded in you application as well.