You are here

function location_bounds_bo in Location 7.4

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

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

File

supported/location.bo.inc, line 20

Code

function location_bounds_bo() {
  return array(
    'minlng' => -69.706,
    'minlat' => -22.762867,
    'maxlng' => -57.49985,
    'maxlat' => -9.659800000000001,
  );
}