You are here

location.fo.inc in Location 7.3

Faroe Islands.

File

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

/**
 * @file
 * Faroe Islands.
 */

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

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_fo() {
  return array(
    'minlng' => -7.71855,
    'minlat' => 61.392267,
    'maxlng' => -6.3104,
    'maxlat' => 62.419167,
  );
}

Functions

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