You are here

location.gm.inc in Location 7.4

File

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

// Gambia
function location_province_list_gm() {
  return array(
    'BJ' => "Banjul",
    'BS' => "Basse",
    'BR' => "Brikama",
    'JA' => "Janjangbure",
    'KA' => "Kanifeng",
    'KE' => "Kerewan",
    'KU' => "Kuntaur",
    'MA' => "Mansakonko",
    'LR' => "Lower River",
    'CR' => "Central River",
    'NB' => "North Bank",
    'UR' => "Upper River",
    'WE' => "Western",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_gm() {
  return array(
    'minlng' => -16.79745,
    'minlat' => 13.105767,
    'maxlng' => -13.8271,
    'maxlat' => 13.7983,
  );
}

Functions

Namesort descending Description
location_bounds_gm Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_gm