You are here

function location_bounds_de in Location 7.3

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

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

File

supported/location.de.inc, line 316
Deutschland.

Code

function location_bounds_de() {
  return array(
    'minlng' => 5.87225,
    'minlat' => 47.2249,
    'maxlng' => 15.04765,
    'maxlat' => 55.0839,
  );
}