You are here

function location_bounds_nz in Location 7.3

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

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

File

supported/location.nz.inc, line 93
New Zealand.

Code

function location_bounds_nz() {
  return array(
    'minlng' => -178.94835,
    'minlat' => -57.294267,
    'maxlng' => 179.22415,
    'maxlat' => -8.536766999999999,
  );
}