You are here

function location_bounds_iq in Location 7.3

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

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

File

supported/location.iq.inc, line 37
Iraq.

Code

function location_bounds_iq() {
  return array(
    'minlng' => 38.63745,
    'minlat' => 29.119667,
    'maxlng' => 48.5924,
    'maxlat' => 37.4467,
  );
}