class Geocoder::Result::Latlon

def street

def street
  [street_name, street_type].compact.join(' ')
end