You are here

function location_bounds_ss in Location 7.3

Same name and namespace in other branches
  1. 6.3 supported/location.ss.inc \location_bounds_ss()

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

File

supported/location.ss.inc, line 29
South Sudan.

Code

function location_bounds_ss() {
  return array(
    'minlng' => 24.1849,
    'minlat' => 3.49339,
    'maxlng' => 35.9406,
    'maxlat' => 12.2377,
  );
}