You are here

function location_bounds_th in Location 7.3

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

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

File

supported/location.th.inc, line 96
Thailand.

Code

function location_bounds_th() {
  return array(
    'minlng' => 97.32340000000001,
    'minlat' => 5.697633,
    'maxlng' => 105.57965,
    'maxlat' => 20.5392,
  );
}