You are here

location.mm.inc in Location 7.3

Myanmar.

File

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

/**
 * @file
 * Myanmar.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_mm() {
  return array(
    'AY' => "Ayeyarwady",
    'BG' => "Bago",
    'MG' => "Magway",
    'MD' => "Mandalay",
    'SG' => "Sagaing",
    'TN' => "Tanintharyi",
    'YG' => "Yangon",
    'CH' => "Chin State",
    'KC' => "Kachin State",
    'KH' => "Kayah State",
    'KN' => "Kayin State",
    'MN' => "Mon State",
    'RK' => "Rakhine State",
    'SH' => "Shan State",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_mm() {
  return array(
    'minlng' => 92.10680000000001,
    'minlat' => 9.755067,
    'maxlng' => 101.048,
    'maxlat' => 28.184067,
  );
}

Functions

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