You are here

function location_bounds_be in Location 5.3

Same name and namespace in other branches
  1. 6.3 supported/location.be.inc \location_bounds_be()
  2. 7.5 supported/location.be.inc \location_bounds_be()
  3. 7.3 supported/location.be.inc \location_bounds_be()
  4. 7.4 supported/location.be.inc \location_bounds_be()

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

File

supported/location.be.inc, line 28

Code

function location_bounds_be() {
  return array(
    'minlng' => 2.5104,
    'minlat' => 49.518533,
    'maxlng' => 6.3713,
    'maxlat' => 51.528667,
  );
}