Skip to content

mrd/geocode-google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geocode-google
--------------

INSTALL: http://haskell.org/haskellwiki/Cabal/How_to_install_a_Cabal_package

USAGE: import Geography.Geocoding.Google (geoEncode, geoDecode)

EXAMPLES:

> geoEncode "1600 Amphitheatre Pkway, Mountain View, CA"
Right (37.422502,-122.0855498)

> geoDecode (37.422502,-122.0855498)
Right "1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA"

This API invokes a web service provided by Google.  See
<URL:http://code.google.com/apis/maps/documentation/geocoding/> for
more information and possible restrictions.

Enjoy.

About

Geocoding using the Google Web API (for Haskell)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages