You are here

function location_bounds_se in Location 7.3

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

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

File

supported/location.se.inc, line 40
Sweden.

Code

function location_bounds_se() {
  return array(
    'minlng' => 11.06005,
    'minlat' => 55.385433,
    'maxlng' => 23.989,
    'maxlat' => 69.12643300000001,
  );
}