You are here

function location_bounds_qa in Location 7.3

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

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

File

supported/location.qa.inc, line 29
Qatar.

Code

function location_bounds_qa() {
  return array(
    'minlng' => 50.70915,
    'minlat' => 24.6815,
    'maxlng' => 51.74715,
    'maxlat' => 26.170267,
  );
}