location.aw.inc in Location 6.3
Same filename and directory in other branches
File
supported/location.aw.incView source
<?php
// Aruba
function location_province_list_aw() {
return array();
}
/**
* Returns minimum and maximum latitude and longitude needed to create a bounding box.
*/
function location_bounds_aw() {
return array(
'minlng' => -70.08745,
'minlat' => 12.4276,
'maxlng' => -69.83805,
'maxlat' => 12.647367,
);
}
Functions
Name | Description |
---|---|
location_bounds_aw | Returns minimum and maximum latitude and longitude needed to create a bounding box. |
location_province_list_aw |