You are here

function location_bounds_pe in Location 7.3

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

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

File

supported/location.pe.inc, line 44
Peru.

Code

function location_bounds_pe() {
  return array(
    'minlng' => -81.37520000000001,
    'minlat' => -18.247967,
    'maxlng' => -68.75585,
    'maxlat' => -0.050133,
  );
}