You are here

function location_province_list_ee in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.ee.inc \location_province_list_ee()
  2. 5 supported/location.ee.inc \location_province_list_ee()
  3. 6.3 supported/location.ee.inc \location_province_list_ee()
  4. 7.5 supported/location.ee.inc \location_province_list_ee()
  5. 7.4 supported/location.ee.inc \location_province_list_ee()

Returns an associative array of states/territories.

File

supported/location.ee.inc, line 11
Estonia.

Code

function location_province_list_ee() {
  return array(
    '37' => "Harju County",
    '39' => "Hiiu County",
    '44' => "Ida-Viru County",
    '49' => "Jõgeva County",
    '51' => "Järva County",
    '57' => "Lääne County",
    '59' => "Lääne-Viru County",
    '65' => "Põlva County",
    '67' => "Pärnu County",
    '70' => "Rapla County",
    '74' => "Saare County",
    '78' => "Tartu County",
    '82' => "Valga County",
    '84' => "Viljandi County",
    '86' => "Võru County",
  );
}