I have just published an article in my blog about accessing Google geocoding service from Erlang and published wrapper module for Google geocoding
cervice on GitHub. It is based on Google Maps V3 cervice, as Google Maps v2 is
going to be depricated soon.
Showing posts with label google geocoding. Show all posts
Showing posts with label google geocoding. Show all posts
PHP geocoding class with Google Maps API v3
All of us know this very useful service of Google Maps. And lot of programmers already triev Google Maps API v3. Somebody even met the problem with the limit of the geo coding requests per time period. In some case server-side scrip can help to solve the problem. If the number of the locations is less than 12.000 (monthly limit of requests per IP), you can do geocoding server side and save the results to the database. If your application requires more geocoding requests than you should implement some sort of client-side geo coding strategy. This will use IPs of your site visitors.
As usual I have prepared some code. Right now that is php class that implements server-side strategy of geocoding as a wrapper for the http requests to Google Maps service.
Read complete article: PHP geocoding with Google Maps API v3
Мітки:
geocode,
geocoding,
google geocoding,
google map api v3,
google maps,
php,
php class,
service
Subscribe to:
Posts (Atom)