You are here

location.eh.inc in Location 7.3

Western Sahara.

File

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

/**
 * @file
 * Western Sahara.
 */

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

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_eh() {
  return array(
    'minlng' => -17.08725,
    'minlat' => 20.761433,
    'maxlng' => -8.6836,
    'maxlat' => 27.654567,
  );
}

Functions

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