You are here

location.gf.inc in Location 7.3

French Guiana.

File

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

/**
 * @file
 * French Guiana.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_gf() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_gf() {
  return array(
    'minlng' => -54.54515,
    'minlat' => 1.999333,
    'maxlng' => -51.7183,
    'maxlat' => 5.779333,
  );
}

Functions

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