You are here

function location_bounds_no in Location 7.3

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

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

File

supported/location.no.inc, line 104
Norway.

Code

function location_bounds_no() {
  return array(
    'minlng' => -9.169,
    'minlat' => 58.037433,
    'maxlng' => 33.46415,
    'maxlat' => 80.88416700000001,
  );
}