You are here

function location_bounds_mz in Location 7.3

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

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

File

supported/location.mz.inc, line 30
Mozambique.

Code

function location_bounds_mz() {
  return array(
    'minlng' => 30.0867,
    'minlat' => -26.767533,
    'maxlng' => 40.87665,
    'maxlat' => -10.568067,
  );
}