-
Notifications
You must be signed in to change notification settings - Fork 0
Geocoding using the Google Web API (for Haskell)
License
mrd/geocode-google
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published