You are here

function location_bounds_bi in Location 7.3

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

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

File

supported/location.bi.inc, line 35
Burundi.

Code

function location_bounds_bi() {
  return array(
    'minlng' => 29.17565,
    'minlat' => -4.499667,
    'maxlng' => 30.8881,
    'maxlat' => -2.4882,
  );
}