Recommend a web service that processes a location within a certain radius?

We have a customer who wants a store locator on their website. I was asked to find a web service that would allow us to send zipcode as a request and return it to radius x. We found this, but it was supported by one person and does not look like it is being updated or maintained very well. We are looking for something commercial, ideally, which updates its zipcode database at least once a quarter and has a well-documented API with PHP capabilities. I will not say that price is not an object, but right now we just need some ideas, and my google-fu let me down.

I already posted this on the webmaster forum, but I thought I would cover my databases and post it here too.

+3
source share
3 answers

I tried this outstanding script to accomplish the same task. It is free, it was very reliable and relatively fast.

In my script, I have addresses stored in the database. Therefore, instead of showing a page for entering addresses, I just pass them as a string and allow the magic.

He talks about this in the application, but make sure that if you go this route, you will get your own Google Maps API. This will not work with him!

, MySQL, ( lat/long GEOCODING), , .

+3

Google Maps .

, , . , .

javascript PHP ( PHP)

: http://code.google.com/apis/maps/documentation/javascript/v2/services.html

( , 800 000 , :))

+3
+3
source

Source: https://habr.com/ru/post/1770828/


All Articles