Sha256: d99738aac96d8abd295948d70b423236d601fed2bc2f60909f821d543a6888be

Contents?: true

Size: 690 Bytes

Versions: 1

Compression:

Stored size: 690 Bytes

Contents

= google-geocode

Rubyforge Project:

http://rubyforge.org/projects/rctools

Documentation:

http://dev.robotcoop.com/Libraries/google-geocode

== About

google-geocode implements Google's Geocoding API.

== Installing google-geocode

Just install the gem:

  $ sudo gem install google-geocode

== Using google-geocode

First you need a Google Maps API key.  You can register for one here:

http://www.google.com/apis/maps/signup.html

Then you create a GoogleGeocode object and start locating addresses:

  require 'rubygems'
  require 'google_geocode'
  
  gg = GoogleGeocode.new application_id
  location = gg.locate '1600 Amphitheater Pkwy, Mountain View, CA'
  p location.coordinates

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
google-geocode-1.2.1 README.txt