You are here

function location_bounds_so in Location 7.3

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

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

File

supported/location.so.inc, line 37
Somalia.

Code

function location_bounds_so() {
  return array(
    'minlng' => 40.9763,
    'minlat' => -1.640967,
    'maxlng' => 51.41685,
    'maxlat' => 11.9692,
  );
}