Skip to content

thezenmonkey/SilverStripe-Geocoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SilverStripe Google GeoCoder Class

This is a simple class to speed up Geocoding on DataObjects.

On your DataObject you can call

Geocoder::Geocode($address);

The function will return an the folioing array

$array = array("Lat" => "The Latitude", "Lon" => "The Longitude");

Errors will be emailed to the Site Admin

About

Geocoding Class for SIlverStripe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages