You are here

function location_bounds_at in Location 5.3

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

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

File

supported/location.at.inc, line 22

Code

function location_bounds_at() {
  return array(
    'minlng' => 9.47885,
    'minlat' => 46.427367,
    'maxlng' => 17.15825,
    'maxlat' => 49.010433,
  );
}