You are here

location.tg.inc in Location 7.3

Togo.

File

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

/**
 * @file
 * Togo.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_tg() {
  return array(
    'K' => "Kara",
    'P' => "Plateaux",
    'S' => "Savanes",
    'C' => "Centrale",
    'M' => "Maritime",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_tg() {
  return array(
    'minlng' => -0.09329999999999999,
    'minlat' => 6.086033,
    'maxlng' => 1.7728,
    'maxlat' => 11.124,
  );
}

Functions

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