You are here

location.tm.inc in Location 7.3

Turkmenistan.

File

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

/**
 * @file
 * Turkmenistan.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_tm() {
  return array(
    'A' => "Ahal Welayaty",
    'B' => "Balkan Welayaty",
    'D' => "Dashhowuz Welayaty",
    'L' => "Lebap Welayaty",
    'M' => "Mary Welayaty",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_tm() {
  return array(
    'minlng' => 52.48045,
    'minlat' => 35.1277,
    'maxlng' => 66.55800000000001,
    'maxlat' => 42.754,
  );
}

Functions

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