You are here

function location_bounds_dz in Location 7.3

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

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

File

supported/location.dz.inc, line 67
Algeria.

Code

function location_bounds_dz() {
  return array(
    'minlng' => -8.69675,
    'minlat' => 18.852433,
    'maxlng' => 11.96305,
    'maxlat' => 37.025967,
  );
}