class Ym4r::GoogleMaps::Geocoding::Placemark

A result from the Geocoding service.

Public Instance Methods

latlon() click to toggle source
# File lib/ym4r/google_maps/geocoding.rb, line 111
def latlon
  [latitude,longitude]
end
lonlat() click to toggle source
# File lib/ym4r/google_maps/geocoding.rb, line 107
def lonlat
  [longitude,latitude]
end