function location_bounds_bh in Location 7.4
Same name and namespace in other branches
- 5.3 supported/location.bh.inc \location_bounds_bh()
- 6.3 supported/location.bh.inc \location_bounds_bh()
- 7.5 supported/location.bh.inc \location_bounds_bh()
- 7.3 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 16 
Code
function location_bounds_bh() {
  return array(
    'minlng' => 50.402,
    'minlat' => 25.862667,
    'maxlng' => 50.66065,
    'maxlat' => 26.339733,
  );
}