You are here

function location_bounds_ch in Location 7.3

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

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

File

supported/location.ch.inc, line 134
Switzerland.

Code

function location_bounds_ch() {
  return array(
    'minlng' => 5.8814,
    'minlat' => 45.7606,
    'maxlng' => 10.58005,
    'maxlat' => 47.693367,
  );
}