class Geocoder::Lookup::PcMiler

def region(query)

def region(query)
  query.options[:region] || query.options['region'] || configuration[:region] || "NA"
end