You are here

function location_bounds_mm in Location 7.3

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

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

File

supported/location.mm.inc, line 33
Myanmar.

Code

function location_bounds_mm() {
  return array(
    'minlng' => 92.10680000000001,
    'minlat' => 9.755067,
    'maxlng' => 101.048,
    'maxlat' => 28.184067,
  );
}