You are here

location.aq.inc in Location 7.4

File

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

// Antarctica
function location_province_list_aq() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_aq() {
  return array(
    'minlng' => -179.999427042259,
    'minlat' => -89.90000000000001,
    'maxlng' => 179.999427042256,
    'maxlat' => -60.9997330347133,
  );
}

Functions

Namesort descending Description
location_bounds_aq Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_aq