Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

A PHP class to geocode addresses or reverse geocode latitudes and longitudes in a very easy way

Notifications You must be signed in to change notification settings

Dextro/Google-Geocoding-Class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Geocoding Class

What

Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers or position the map. The Google Maps API Geocoding Service provides a direct way to access a geocoder via an HTTP request.

This class can be used to geocode addresses or reverse geocode latitudes and longitudes in a very easy way.

Documentation

The class is well documented inline. If you use a decent IDE you'll see that each method is documented with PHPDoc.

Changelog

  • version 1.1 - 21 February 2010
    • uses XML instead of JSON
    • full support for UTF-8
    • small improvements
  • version 1.0
    • first version!

About

A PHP class to geocode addresses or reverse geocode latitudes and longitudes in a very easy way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages