class Geocoder::Result::Geocodio

def accuracy

def accuracy
  @data['accuracy'].to_f if @data.key?('accuracy')
end