You are here

function location_bounds_rw in Location 7.3

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

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

File

supported/location.rw.inc, line 31
Rwanda.

Code

function location_bounds_rw() {
  return array(
    'minlng' => 28.8737,
    'minlat' => -2.890967,
    'maxlng' => 30.87085,
    'maxlat' => -1.116267,
  );
}