You are here

function location_bounds_ma in Location 7.3

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

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

File

supported/location.ma.inc, line 61
Morocco.

Code

function location_bounds_ma() {
  return array(
    'minlng' => -13.26225,
    'minlat' => 27.6511,
    'maxlng' => -1.1251,
    'maxlat' => 35.87,
  );
}