You are here

function location_bounds_zw in Location 7.3

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

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

File

supported/location.zw.inc, line 29
Zimbabwe.

Code

function location_bounds_zw() {
  return array(
    'minlng' => 25.23535,
    'minlat' => -22.465267,
    'maxlng' => 33.06475,
    'maxlat' => -15.691267,
  );
}