k-Nearest Search
Location Location Location
Finding the 5, 10, 15 - i.e. k - closest things to a geographic location is an important part of location-based services.
Our k-nearest neighbor search engine will allow you upload a database of geographic locations and search for the k closest objects within another database.
We currently have several health-related layers added into the service from which you can find the k closest objects.
Near by things matter
So you've got a database of points and want to search for the k closest of something else?
Our k-Nearest search engine will do exactly this for you.
You can upload a database (access file) or text file (csv, tsv) of address data and run our search engine over it.
Start Processing Data
Not sure what this whole k-Nearest thing is?
No problem, it's not just you.
Trust us, you know exactly what this is, you just didn't know the k-nearest term.
Use our interactive interface to locate the k closest objects to an input location one at a time.
Give it a shot.
Start Processing Data
You can use our k-Nearest search APIs to query the k-closest objects to an input point from your own code.
Build location-based search into your apps!
Start Processing Data
Interested in how our k-Nearest search engine works under the hood?
All of the gory details are listed for your purusal.
Take Me To The Details