You are here

function location_bounds_pa in Location 7.3

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

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

File

supported/location.pa.inc, line 29
Panama.

Code

function location_bounds_pa() {
  return array(
    'minlng' => -83.0577,
    'minlat' => 7.1904,
    'maxlng' => -77.17625,
    'maxlat' => 9.6265,
  );
}