You are here

function location_bounds_kg in Location 7.3

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

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

File

supported/location.kg.inc, line 27
Kyrgyzstan.

Code

function location_bounds_kg() {
  return array(
    'minlng' => 69.22635,
    'minlat' => 39.292,
    'maxlng' => 80.38630000000001,
    'maxlat' => 43.292233,
  );
}