class Ym4r::YahooMaps::BuildingBlock::LocalSearch::Result

Contains a result from the Yahoo! Maps Local Search REST service V3.

Public Instance Methods

latlon() click to toggle source

convenience method for the lazy

# File lib/ym4r/yahoo_maps/building_block/local_search.rb, line 131
def latlon
  [latitude,longitude]
end
lonlat() click to toggle source

convenience method for the lazy

# File lib/ym4r/yahoo_maps/building_block/local_search.rb, line 126
def lonlat
  [longitude,latitude]
end