You are here

function location_bounds_es in Location 7.3

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

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

File

supported/location.es.inc, line 69
Spain.

Code

function location_bounds_es() {
  return array(
    'minlng' => -18.26745,
    'minlat' => 27.5218,
    'maxlng' => 4.2802,
    'maxlat' => 43.739867,
  );
}