You are here

function location_bounds_lb in Location 7.3

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

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

File

supported/location.lb.inc, line 27
Lebanon.

Code

function location_bounds_lb() {
  return array(
    'minlng' => 35.2636,
    'minlat' => 33.262433,
    'maxlng' => 36.56995,
    'maxlat' => 34.720367,
  );
}