You are here

function location_bounds_kz in Location 7.3

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

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

File

supported/location.kz.inc, line 35
Kazakhstan.

Code

function location_bounds_kz() {
  return array(
    'minlng' => 46.4657,
    'minlat' => 40.6715,
    'maxlng' => 87.40955,
    'maxlat' => 55.4617,
  );
}