You are here

function location_bounds_kh in Location 7.3

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

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

File

supported/location.kh.inc, line 44
Cambodia.

Code

function location_bounds_kh() {
  return array(
    'minlng' => 102.2838,
    'minlat' => 10.4398,
    'maxlng' => 107.52335,
    'maxlat' => 14.561533,
  );
}