You are here

function location_bounds_vn in Location 7.3

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

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

File

supported/location.vn.inc, line 51
Vietnam.

Code

function location_bounds_vn() {
  return array(
    'minlng' => 102.2111,
    'minlat' => 8.589833,
    'maxlng' => 109.412,
    'maxlat' => 23.4265,
  );
}