You are here

function location_bounds_tn in Location 7.3

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

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

File

supported/location.tn.inc, line 43
Tunisia.

Code

function location_bounds_tn() {
  return array(
    'minlng' => 7.521,
    'minlat' => 30.1174,
    'maxlng' => 11.59235,
    'maxlat' => 37.291,
  );
}