You are here

function location_bounds_sn in Location 7.3

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

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

File

supported/location.sn.inc, line 30
Senegal.

Code

function location_bounds_sn() {
  return array(
    'minlng' => -17.7009,
    'minlat' => 12.283667,
    'maxlng' => -11.4326,
    'maxlat' => 16.624867,
  );
}