You are here

function location_bounds_au in Location 5.3

Same name and namespace in other branches
  1. 6.3 supported/location.au.inc \location_bounds_au()
  2. 7.5 supported/location.au.inc \location_bounds_au()
  3. 7.3 supported/location.au.inc \location_bounds_au()
  4. 7.4 supported/location.au.inc \location_bounds_au()

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

File

supported/location.au.inc, line 558

Code

function location_bounds_au() {
  return array(
    'minlng' => 72.57625,
    'minlat' => -53.259967,
    'maxlng' => 159.4839,
    'maxlat' => -10.078033,
  );
}