You are here

function location_bounds_hu in Location 7.3

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

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

File

supported/location.hu.inc, line 58
Hungary.

Code

function location_bounds_hu() {
  return array(
    'minlng' => 16.065,
    'minlat' => 45.768167,
    'maxlng' => 22.88665,
    'maxlat' => 48.577,
  );
}