You are here

function location_bounds_bf in Location 7.3

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

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

File

supported/location.bf.inc, line 64
Burkina Faso.

Code

function location_bounds_bf() {
  return array(
    'minlng' => -5.5285,
    'minlat' => 9.4826,
    'maxlng' => 2.2205,
    'maxlat' => 15.1109,
  );
}