I have a number of stores, all have post codes/ZIP code...
I need to order nearest stores within a given radius...
A user enters a postcode (their post code) base on that post code we need to find the nearest store (which is store on my server database)
here is an example...
http://www.argos.co.uk/webapp/wcs/stores/servlet/ArgosStoreLocatorMain?storeId=10151
I have done a little research, however all my research lead me to the request limit policy which google has implemented to prevent abuse.
I want to find an effective way of querying google maps...
Any help/tutorial article or code would do to help me.
I have thought about this example: but I don't think it's effective enough making so many requests to compare it, there must be a better way.
Using PHP and google Maps Api to work out distance between 2 post codes (UK)