You are here

function location_bounds_bg in Location 7.4

Same name and namespace in other branches
  1. 5.3 supported/location.bg.inc \location_bounds_bg()
  2. 6.3 supported/location.bg.inc \location_bounds_bg()
  3. 7.5 supported/location.bg.inc \location_bounds_bg()
  4. 7.3 supported/location.bg.inc \location_bounds_bg()

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

File

supported/location.bg.inc, line 39

Code

function location_bounds_bg() {
  return array(
    'minlng' => 22.34235,
    'minlat' => 41.2841,
    'maxlng' => 28.559,
    'maxlat' => 44.237,
  );
}