You are here

function location_bounds_il in Location 7.3

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

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

File

supported/location.il.inc, line 25
Israel.

Code

function location_bounds_il() {
  return array(
    'minlng' => 34.177243,
    'minlat' => 29.519233,
    'maxlng' => 35.8844,
    'maxlat' => 33.314233,
  );
}