class Geocoder::Result::Yandex

def country_level_locality

def country_level_locality
  find_in_hash(@data, *COUNTRY_LEVEL, 'Locality')
end