You are here

function location_bounds_fi in Location 7.3

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

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

File

supported/location.fi.inc, line 25
Finland.

Code

function location_bounds_fi() {
  return array(
    'minlng' => 19.45165,
    'minlat' => 59.806267,
    'maxlng' => 31.42675,
    'maxlat' => 70.137467,
  );
}