You are here

function location_bounds_bh in Location 7.3

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

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

File

supported/location.bh.inc, line 24
Bahrain.

Code

function location_bounds_bh() {
  return array(
    'minlng' => 50.402,
    'minlat' => 25.862667,
    'maxlng' => 50.66065,
    'maxlat' => 26.339733,
  );
}