You are here

function location_bounds_sl in Location 7.3

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

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

File

supported/location.sl.inc, line 23
Sierra Leone.

Code

function location_bounds_sl() {
  return array(
    'minlng' => -13.39655,
    'minlat' => 6.905,
    'maxlng' => -10.2617,
    'maxlat' => 10.008,
  );
}