Contains a result match from the Yahoo! Maps geocoding service.
Indicates if the location passed in the request could be exactly identified.
# File lib/ym4r/yahoo_maps/building_block/geocoding.rb, line 72 def exact_match? warning.nil? end
Convenience method for the lazy.
# File lib/ym4r/yahoo_maps/building_block/geocoding.rb, line 62 def latlon [latitude,longitude] end
Convenience method for the lazy.
# File lib/ym4r/yahoo_maps/building_block/geocoding.rb, line 67 def lonlat [longitude,latitude] end