You are here

function location_bounds_ir in Location 7.3

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

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

File

supported/location.ir.inc, line 49
Iran, Islamic Republic Of.

Code

function location_bounds_ir() {
  return array(
    'minlng' => 44.01905,
    'minlat' => 25.120267,
    'maxlng' => 63.3325,
    'maxlat' => 39.825267,
  );
}