forked from robertlove/CakePHP-Geocoder-Component
-
Notifications
You must be signed in to change notification settings - Fork 0
A CakePHP component for performing forward or reverse geocoding operations using The Google Geocoding Web Service
License
mcloide/CakePHP-Geocoder-Component
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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. [![endorse](http://api.coderwall.com/mcloide/endorsecount.png)](http://coderwall.com/mcloide)
About
A CakePHP component for performing forward or reverse geocoding operations using The Google Geocoding Web Service
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%