You are here

function location_bounds_mw in Location 7.3

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

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

File

supported/location.mw.inc, line 46
Malawi.

Code

function location_bounds_mw() {
  return array(
    'minlng' => 32.7198,
    'minlat' => -17.0924,
    'maxlng' => 35.93715,
    'maxlat' => -9.500266999999999,
  );
}