You are here

location.gp.inc in Location 7.3

Guadeloupe.

File

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

/**
 * @file
 * Guadeloupe.
 */

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

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_gp() {
  return array(
    'minlng' => -61.81885,
    'minlat' => 15.840433,
    'maxlng' => -61.1777,
    'maxlat' => 16.4324,
  );
}

Functions

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