You are here

function location_bounds_ar in Location 5.3

Same name and namespace in other branches
  1. 6.3 supported/location.ar.inc \location_bounds_ar()
  2. 7.5 supported/location.ar.inc \location_bounds_ar()
  3. 7.3 supported/location.ar.inc \location_bounds_ar()
  4. 7.4 supported/location.ar.inc \location_bounds_ar()

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

File

supported/location.ar.inc, line 35

Code

function location_bounds_ar() {
  return array(
    'minlng' => -73.4967,
    'minlat' => -55.049767,
    'maxlng' => -53.64205,
    'maxlat' => -21.829967,
  );
}