You are here

function location_bounds_lt in Location 7.3

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

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

File

supported/location.lt.inc, line 29
Lithuania.

Code

function location_bounds_lt() {
  return array(
    'minlng' => 20.76725,
    'minlat' => 53.949833,
    'maxlng' => 26.86295,
    'maxlat' => 56.478033,
  );
}