You are here

function location_bounds_bt in Location 7.3

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

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

File

supported/location.bt.inc, line 39
Bhutan.

Code

function location_bounds_bt() {
  return array(
    'minlng' => 88.668547,
    'minlat' => 26.804233,
    'maxlng' => 92.08275,
    'maxlat' => 28.342233,
  );
}