You are here

location.lk.inc in Location 7.3

Sri Lanka.

File

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

/**
 * @file
 * Sri Lanka.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_lk() {
  return array(
    'CE' => "Central",
    'EA' => "Eastern",
    'NC' => "North Central",
    'NO' => "Northern",
    'NW' => "North Western",
    'SA' => "Sabaragamuwa",
    'SO' => "Southern",
    'UV' => "Uva",
    'WE' => "Western",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_lk() {
  return array(
    'minlng' => 79.5574,
    'minlat' => 6.0023,
    'maxlng' => 81.89185000000001,
    'maxlat' => 9.856367000000001,
  );
}

Functions

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