location.an.inc in Location 7.4
Same filename and directory in other branches
File
supported/location.an.incView source
<?php
// Netherlands Antilles
function location_province_list_an() {
return array();
}
/**
* Returns minimum and maximum latitude and longitude needed to create a bounding box.
*/
function location_bounds_an() {
return array(
'minlng' => -69.16155000000001,
'minlat' => 11.711233,
'maxlng' => -66.13464999999999,
'maxlat' => 12.397367,
);
}
Functions
Name | Description |
---|---|
location_bounds_an | Returns minimum and maximum latitude and longitude needed to create a bounding box. |
location_province_list_an |