You are here

function location_bounds_ie in Location 7.3

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

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

File

supported/location.ie.inc, line 45
Ireland.

Code

function location_bounds_ie() {
  return array(
    'minlng' => -10.571,
    'minlat' => 51.450467,
    'maxlng' => -6.1045,
    'maxlat' => 55.4358,
  );
}