You are here

function location_bounds_pl in Location 7.3

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

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

File

supported/location.pl.inc, line 35
Poland.

Code

function location_bounds_pl() {
  return array(
    'minlng' => 14.10525,
    'minlat' => 49.0147,
    'maxlng' => 24.13405,
    'maxlat' => 54.922967,
  );
}