class Geocoder::Result::Esri

def attributes

def attributes
  reverse_geocode? ? @data['address'] : @data['locations'].first['feature']['attributes']
end