Method: Geokit::GeoLoc#success

Defined in:
lib/geokit/geo_loc.rb

#successObject

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 success
  @success
end