You are here

function location_bounds_cv in Location 7.3

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

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

File

supported/location.cv.inc, line 36
Cape Verde.

Code

function location_bounds_cv() {
  return array(
    'minlng' => -25.45625,
    'minlat' => 14.702533,
    'maxlng' => -22.55505,
    'maxlat' => 17.15,
  );
}