Class: GoogleLocal::Geocode

Inherits:
Object
  • Object
show all
Includes:
Geokit::Geocoders
Defined in:
lib/google_local/geocode.rb

Class Method Summary collapse

Class Method Details

.find_latlng(location) ⇒ Object



8
9
10
11
# File 'lib/google_local/geocode.rb', line 8

def self.find_latlng(location)
  res=MultiGeocoder.geocode(location)
  res.ll
end