You are here

location.zm.inc in Location 7.3

Zambia.

File

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

/**
 * @file
 * Zambia.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_zm() {
  return array(
    'CE' => "Central Province",
    'CB' => "Copperbelt Province",
    'EA' => "Eastern Province",
    'LP' => "Luapula Province",
    'LK' => "Lusaka Province",
    'NO' => "Northern Province",
    'NW' => "North-Western Province",
    'SO' => "Southern Province",
    'WE' => "Western Province",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_zm() {
  return array(
    'minlng' => 21.92875,
    'minlat' => -18.0931,
    'maxlng' => 33.53855,
    'maxlat' => -8.221467000000001,
  );
}

Functions

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