You are here

function location_bounds_ki in Location 7.3

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

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

File

supported/location.ki.inc, line 40
Kiribati.

Code

function location_bounds_ki() {
  return array(
    'minlng' => -175.8883,
    'minlat' => -11.523967,
    'maxlng' => 176.69935,
    'maxlat' => 4.8706,
  );
}