You are here

function location_bounds_nl in Location 7.3

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

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

File

supported/location.nl.inc, line 71
Netherlands.

Code

function location_bounds_nl() {
  return array(
    'minlng' => 3.3026,
    'minlat' => 50.711233,
    'maxlng' => 7.14225,
    'maxlat' => 53.539867,
  );
}