You are here

location.ax.inc in Location 7.3

Aland Islands.

File

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

/**
 * @file
 * Aland Islands.
 */

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

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_ax() {

  // NaturalEarth 10m Admin 0 - Countries (v1.3.0)
  // EPSG:900913
  return array(
    'minlng' => 19.5137748,
    'minlat' => 59.9044583,
    'maxlng' => 21.0966239,
    'maxlat' => 60.4807538,
  );
}

Functions

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