Hello
I'm currently building a web app for a UK company with many outlets in the UK. I want to implement a 'find my nearest' based on the following.
- Postcode
- Landmarks
So the user could enter either to get a list of their nearest. I've done this before using postcode data in a database and then using Pythagoras to figure out the nearest ones.
Ideally I would like to use a web service to do this but I cant seem to find any at all.
My question would be - What would be the best way to implement such a service ? 3rd party app or do it myself. ?