Sha256: 8780d67340cea0b646134cf68952a8f96922449d3af1a6b2060eb3f1a892e622

Contents?: true

Size: 735 Bytes

Versions: 3

Compression:

Stored size: 735 Bytes

Contents

= yahoo-geocode

Rubyforge Project:

http://rubyforge.org/projects/rctools/

Documentation:

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

== About

yahoo-geocode implements version 1 of Yahoo's Maps Web Services Geocoding API.

== Installing yahoo-geocode

Just install the gem:

  $ sudo gem install yahoo-geocode

== Using yahoo-geocode

First you'll need a Yahoo Application ID.  You can register for one here:

http://api.search.yahoo.com/webservices/register_application

Then you create a Yahoo::Geocode object and start locating addresses:

  require 'rubygems'
  require 'yahoo/geocode'
  
  yg = Yahoo::Geocode.new application_id
  locations = yg.locate '701 First Street, Sunnyvale, CA'
  p location.first.coordinates

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yahoo-geocode-1.1.0 README
yahoo-geocode-1.0.0 README
yahoo-geocode-1.1.1 README.txt