You are here

function location_bounds_py in Location 7.3

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

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

File

supported/location.py.inc, line 37
Paraguay.

Code

function location_bounds_py() {
  return array(
    'minlng' => -62.7526,
    'minlat' => -27.5863,
    'maxlng' => -54.24475,
    'maxlat' => -19.248333,
  );
}