You are here

function location_bounds_ke in Location 7.3

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

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

File

supported/location.ke.inc, line 27
Kenya.

Code

function location_bounds_ke() {
  return array(
    'minlng' => 33.7914,
    'minlat' => -4.729033,
    'maxlng' => 42.20675,
    'maxlat' => 4.542067,
  );
}