You are here

function location_bounds_dk in Location 7.3

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

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

File

supported/location.dk.inc, line 155
Denmark.

Code

function location_bounds_dk() {
  return array(
    'minlng' => 8.008749999999999,
    'minlat' => 54.590067,
    'maxlng' => 15.15975,
    'maxlat' => 57.805567,
  );
}