I will try to explain this with an example:
I have a data set of thousands of GeoLocations and some information attached with them, and have a script that interacts with this Dataset.
I will send this script a GeoLocation and will want it to send me a GeoLocation out from the dataset which is nearest to the GeoLocation I sent.
Is there any predefined logic/algorithm/formula available for this?
If not, what approach can I take?
Is it going to be as simple as applying normal math to it?