You are here

function location_bounds_ao in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.ao.inc \location_bounds_ao()
  2. 6.3 supported/location.ao.inc \location_bounds_ao()
  3. 7.5 supported/location.ao.inc \location_bounds_ao()
  4. 7.4 supported/location.ao.inc \location_bounds_ao()

Returns minimum and maximum latitude and longitude needed to create a bounding box.

File

supported/location.ao.inc, line 37
Angola.

Code

function location_bounds_ao() {
  return array(
    'minlng' => 11.57905,
    'minlat' => -18.112767,
    'maxlng' => 24.1105,
    'maxlat' => -4.424667,
  );
}