Looking up coordinates with google-geocode gem in Ruby
“google-geocode” helps you to look up the coordinates of a given address.
Installing google-geocode
Getting your google maps api key: http://code.google.com/apis/maps/signup.html
Here is the simple code to fetch coordinates of a given address.
Resources:
google-gecode gem