You are here

location.uz.inc in Location 7.3

Uzbekistan.

File

supported/location.uz.inc
View source
<?php

/**
 * @file
 * Uzbekistan.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_uz() {
  return array(
    'AN' => "Andijon",
    'BU' => "Buxoro",
    'FA' => "Farg'ona",
    'JI' => "Jizzax",
    'NG' => "Namangan",
    'NW' => "Navoiy",
    'QA' => "Qashqadaryo",
    'QR' => "Qoraqalpog'iston Republikasi",
    'SA' => "Samarqand",
    'SI' => "Sirdaryo",
    'SU' => "Surxondaryo",
    'TK' => "Toshkent city",
    'TO' => "Toshkent region",
    'XO' => "Xorazm",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_uz() {
  return array(
    'minlng' => 55.975,
    'minlat' => 37.1818,
    'maxlng' => 73.0411,
    'maxlat' => 45.6219,
  );
}

Functions

Namesort descending Description
location_bounds_uz Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_uz Returns an associative array of states/territories.