You are here

function location_bounds_af in Location 7.3

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

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

File

supported/location.af.inc, line 51
Afghanistan.

Code

function location_bounds_af() {
  return array(
    'minlng' => 60.5054,
    'minlat' => 29.612733,
    'maxlng' => 74.93195,
    'maxlat' => 38.538967,
  );
}