You are here

function location_bounds_sd in Location 7.3

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

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

File

supported/location.sd.inc, line 36
Sudan.

Code

function location_bounds_sd() {
  return array(
    'minlng' => 21.8291,
    'minlat' => 8.68694,
    'maxlng' => 38.6007,
    'maxlat' => 22.232201,
  );
}