You are here

function location_bounds_ae in Location 7.3

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

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

File

supported/location.ae.inc, line 26
United Arab Emirates.

Code

function location_bounds_ae() {
  return array(
    'minlng' => 50.7756,
    'minlat' => 22.540493,
    'maxlng' => 56.3684,
    'maxlat' => 26.241233,
  );
}