class Geocoder::Result::BanDataGouvFr

def population

def population
  (properties['population'].to_f * 1000).to_i if city?(result_type)
end