I have an app that takes the users postcode and then needs to search it against 200 locations and return the closest. What is the best way to do this?
I can see there is a google matrix distance api, but that can only check 30 distances at once. Is there another way that you can think of doing this? Any help would be greatly appreciated.
Thanks