You are here

location.lr.inc in Location 7.3

Liberia.

File

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

/**
 * @file
 * Liberia.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_lr() {
  return array(
    'BI' => "Bomi",
    'BG' => "Bong",
    'GB' => "Grand Bassa",
    'CM' => "Grand Cape Mount",
    'GG' => "Grand Gedeh",
    'GK' => "Grand Kru",
    'LO' => "Lofa",
    'MG' => "Margibi",
    'ML' => "Maryland",
    'MS' => "Montserrado",
    'NB' => "Nimba",
    'RC' => "River Cess",
    'SN' => "Sinoe",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_lr() {
  return array(
    'minlng' => -11.5545,
    'minlat' => 4.278,
    'maxlng' => -7.4955,
    'maxlat' => 8.526332999999999,
  );
}

Functions

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