class Geocoder::Result::Nominatim

def poi

def poi
  return address_data[place_type] if address_data.key?(place_type)
  return nil
end