You are here

function location_bounds_lk in Location 7.3

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

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

File

supported/location.lk.inc, line 28
Sri Lanka.

Code

function location_bounds_lk() {
  return array(
    'minlng' => 79.5574,
    'minlat' => 6.0023,
    'maxlng' => 81.89185000000001,
    'maxlat' => 9.856367000000001,
  );
}