You are here

function location_bounds_ee in Location 7.3

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

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

File

supported/location.ee.inc, line 34
Estonia.

Code

function location_bounds_ee() {
  return array(
    'minlng' => 21.75065,
    'minlat' => 57.6099,
    'maxlng' => 28.1741,
    'maxlat' => 59.6835,
  );
}