You are here

function location_bounds_kw in Location 7.3

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

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

File

supported/location.kw.inc, line 24
Kuwait.

Code

function location_bounds_kw() {
  return array(
    'minlng' => 46.49765,
    'minlat' => 28.557733,
    'maxlng' => 48.4888,
    'maxlat' => 30.140667,
  );
}