You are here

function location_bounds_bd in Location 5.3

Same name and namespace in other branches
  1. 6.3 supported/location.bd.inc \location_bounds_bd()
  2. 7.5 supported/location.bd.inc \location_bounds_bd()
  3. 7.3 supported/location.bd.inc \location_bounds_bd()
  4. 7.4 supported/location.bd.inc \location_bounds_bd()

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

File

supported/location.bd.inc, line 17

Code

function location_bounds_bd() {
  return array(
    'minlng' => 87.8338,
    'minlat' => 20.794167,
    'maxlng' => 92.67495,
    'maxlat' => 26.491433,
  );
}