class Geocoder::Result::Nominatim

def poi

def poi
  return @data['address'][place_type] if @data['address'].key?(place_type)
  return nil
end