You are here

function location_bounds_ug in Location 7.3

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

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

File

supported/location.ug.inc, line 75
Uganda.

Code

function location_bounds_ug() {
  return array(
    'minlng' => 29.5619,
    'minlat' => -1.501367,
    'maxlng' => 35.02905,
    'maxlat' => 4.201733,
  );
}