You are here

function location_bounds_cl in Location 7.3

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

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

File

supported/location.cl.inc, line 32
Chile.

Code

function location_bounds_cl() {
  return array(
    'minlng' => -89.1566,
    'minlat' => -56.3359,
    'maxlng' => -66.53165,
    'maxlat' => -17.5216,
  );
}