location.aq.inc in Location 7.4
Same filename and directory in other branches
File
supported/location.aq.incView 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
Name | Description |
---|---|
location_bounds_aq | Returns minimum and maximum latitude and longitude needed to create a bounding box. |
location_province_list_aq |