You are here

function location_bounds_bj in Location 7.4

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

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

File

supported/location.bj.inc, line 23

Code

function location_bounds_bj() {
  return array(
    'minlng' => 0.7266,
    'minlat' => 6.189467,
    'maxlng' => 3.81025,
    'maxlat' => 12.340233,
  );
}