You are here

location.gw.inc in Location 7.3

Guinea-Bissau.

File

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

/**
 * @file
 * Guinea-Bissau.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_gw() {
  return array(
    'BF' => "Bafata Region",
    'BB' => "Biombo Region",
    'BS' => "Bissau Region",
    'BL' => "Bolama Region",
    'CA' => "Cacheu Region",
    'GA' => "Gabu Region",
    'OI' => "Oio Region",
    'QU' => "Quinara Region",
    'TO' => "Tombali Region",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_gw() {
  return array(
    'minlng' => -16.92935,
    'minlat' => 10.839167,
    'maxlng' => -13.6464,
    'maxlat' => 12.672033,
  );
}

Functions

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