You are here

function location_bounds_ml in Location 7.3

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

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

File

supported/location.ml.inc, line 28
Mali.

Code

function location_bounds_ml() {
  return array(
    'minlng' => -12.08985,
    'minlat' => 10.1315,
    'maxlng' => 4.34825,
    'maxlat' => 24.997733,
  );
}