You are here

function location_bounds_al in Location 7.3

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

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

File

supported/location.al.inc, line 55
Albania.

Code

function location_bounds_al() {
  return array(
    'minlng' => 19.29795,
    'minlat' => 39.713733,
    'maxlng' => 21.072,
    'maxlat' => 42.7006,
  );
}