Donations: bitcoin 1wqZdYXE7hdU4BTFV9vrUiBUD9LdEdQAj
Ofloo/geocode.php
This class can get the geographic location of a street with Google Maps API. It sends an HTTP request to Google Maps Web services API Web server to get the geographic coordinates of a given street address, city and country. The class parses the response and returns the latitude and longitude of the given address if found, as well the accuracy of the results and the address validity status.
PHP