I have around 200 lat,lng data. Need to find out which point among these is closest to a given lat,lng I am trying the brute force method, but it is inefficient.
Any pointers on alternatives?
I know programming language doesn't matter here but I am using php.