You are here

function location_bounds_ls in Location 7.3

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

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

File

supported/location.ls.inc, line 29
Lesotho.

Code

function location_bounds_ls() {
  return array(
    'minlng' => 27.04245,
    'minlat' => -30.613033,
    'maxlng' => 29.4317,
    'maxlat' => -28.549033,
  );
}