You are here

function location_bounds_mr in Location 7.3

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

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

File

supported/location.mr.inc, line 32
Mauritania.

Code

function location_bounds_mr() {
  return array(
    'minlng' => -17.0583,
    'minlat' => 14.669667,
    'maxlng' => -5.00065,
    'maxlat' => 27.406533,
  );
}