You are here

function location_bounds_ua in Location 7.3

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

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

File

supported/location.ua.inc, line 45
Ukraine.

Code

function location_bounds_ua() {
  return array(
    'minlng' => 22.0955,
    'minlat' => 44.4744,
    'maxlng' => 40.13205,
    'maxlat' => 52.452833,
  );
}