You are here

function location_bounds_tz in Location 7.3

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

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

File

supported/location.tz.inc, line 45
Tanzania, United Republic of.

Code

function location_bounds_tz() {
  return array(
    'minlng' => 29.29035,
    'minlat' => -11.737133,
    'maxlng' => 40.4958,
    'maxlat' => -1.0601,
  );
}