You are here

function location_bounds_sc in Location 7.3

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

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

File

supported/location.sc.inc, line 42
Seychelles.

Code

function location_bounds_sc() {
  return array(
    'minlng' => 46.04125,
    'minlat' => -11.5018,
    'maxlng' => 56.26545,
    'maxlat' => -4.231767,
  );
}