| Class | Ym4r::YahooMaps::BuildingBlock::Geocoding::Result |
| In: |
lib/ym4r/yahoo_maps/building_block/geocoding.rb
|
| Parent: | Struct.new(:precision,:warning,:latitude,:longitude,:address,:city,:state,:zip,:country) |
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
72: def exact_match?
73: warning.nil?
74: end