You are here

function location_bounds_mg in Location 7.3

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

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

File

supported/location.mg.inc, line 25
Madagascar.

Code

function location_bounds_mg() {
  return array(
    'minlng' => 42.67535,
    'minlat' => -25.580067,
    'maxlng' => 50.4287,
    'maxlat' => -12.0137,
  );
}