You are here

function location_bounds_nr in Location 7.3

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

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

File

supported/location.nr.inc, line 33
Nauru.

Code

function location_bounds_nr() {
  return array(
    'minlng' => 167.0567,
    'minlat' => -0.589533,
    'maxlng' => 167.11675,
    'maxlat' => -0.5351,
  );
}