You are here

function location_bounds_uz in Location 7.3

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

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

File

supported/location.uz.inc, line 33
Uzbekistan.

Code

function location_bounds_uz() {
  return array(
    'minlng' => 55.975,
    'minlat' => 37.1818,
    'maxlng' => 73.0411,
    'maxlat' => 45.6219,
  );
}