You are here

function location_bounds_sv in Location 7.3

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

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

File

supported/location.sv.inc, line 33
El Salvador.

Code

function location_bounds_sv() {
  return array(
    'minlng' => -90.12705,
    'minlat' => 13.0919,
    'maxlng' => -87.67570000000001,
    'maxlat' => 14.478067,
  );
}