You are here

function location_bounds_cz in Location 7.3

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

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

File

supported/location.cz.inc, line 73
Czech Republic.

Code

function location_bounds_cz() {
  return array(
    'minlng' => 12.0978,
    'minlat' => 48.5857,
    'maxlng' => 18.90825,
    'maxlat' => 51.041333,
  );
}