You are here

function location_bounds_nf in Location 7.3

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

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

File

supported/location.nf.inc, line 18
Norfolk Island.

Code

function location_bounds_nf() {
  return array(
    'minlng' => 167.7933,
    'minlat' => -29.217267,
    'maxlng' => 167.94745,
    'maxlat' => -29.0449,
  );
}