Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

robertlove/CakePHP-Geocoder-Component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
Geocoder Component

A CakePHP component for performing forward or reverse geocoding operations using
The Google Geocoding Web Service

INSTALLATION
------------

Copy geocoder.php to your app/controllers/components directory

CONFIGURATION
---------------

In your controller, add the Geocoder Component to your $components array

    public $components = array('Geocoder');

USAGE
---------------

The following example shows how to geocode an address from within a controller
action:

    $this->Geocoder->address = '1 Pitt Street Sydney NSW Australia 2000';
    $this->Geocoder->geocode();
    debug($this->Geocoder);
    exit;

LICENSE
-------

The files in this archive are released under the new BSD license. You can find a
copy of this license in LICENSE.

About

A CakePHP component for performing forward or reverse geocoding operations using The Google Geocoding Web Service

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published