Method: Geokit::GeoLoc#suggested_bounds

Defined in:
lib/geokit/geo_loc.rb

#suggested_boundsObject

Attributes set upon return from geocoding. Success will be true for successful geocode lookups. The provider will be set to the name of the providing geocoder. Finally, precision is an indicator of the accuracy of the geocoding.



32
33
34
# File 'lib/geokit/geo_loc.rb', line 32

def suggested_bounds
  @suggested_bounds
end