You are here

location.kg.inc in Location 7.3

Kyrgyzstan.

File

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

/**
 * @file
 * Kyrgyzstan.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_kg() {
  return array(
    'GB' => "Bishkek",
    'B' => "Batken",
    'C' => "Chu",
    'J' => "Jalal-Abad",
    'N' => "Naryn",
    'O' => "Osh",
    'T' => "Talas",
    'Y' => "Ysyk-Kol",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_kg() {
  return array(
    'minlng' => 69.22635,
    'minlat' => 39.292,
    'maxlng' => 80.38630000000001,
    'maxlat' => 43.292233,
  );
}

Functions

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