You are here

function location_bounds_li in Location 7.3

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

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

File

supported/location.li.inc, line 30
Liechtenstein.

Code

function location_bounds_li() {
  return array(
    'minlng' => 9.417494,
    'minlat' => 46.997118,
    'maxlng' => 9.61825,
    'maxlat' => 47.206967,
  );
}