You are here

function location_bounds_kn in Location 7.3

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

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

File

supported/location.kn.inc, line 33
Saint Kitts and Nevis.

Code

function location_bounds_kn() {
  return array(
    'minlng' => -62.92925,
    'minlat' => 17.095533,
    'maxlng' => -62.5697,
    'maxlat' => 17.3875,
  );
}