Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

Repository files navigation

GoogleGeocoding is a small library for performing geocoding using the Google’s HTTP geocoding API.

geo = GoogleGeocoding::Geocoder.new(:app_key=>YOUR_API_KEY, :user_agent=>YOUR_USER_AGENT)
res = geo.query("Union Square, San Francisco, CA")
res.placemarks# => [#<GoogleGeocoding::Placemark:0x100629598 @country_code="US", @country_name=["USA", "US"], @city="San Francisco", @accurracy=4, @coordinates=[-122.4074374, 37.7879938], @region="CA">]

Copyright © 2010 Rodrigo Kochenburger. See LICENSE for details.

About

Small library for performing geocoding using the Google’s HTTP geocoding API.

Resources

Stars

12 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages