You are here

function location_bounds_ky in Location 7.3

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

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

File

supported/location.ky.inc, line 27
Cayman Islands.

Code

function location_bounds_ky() {
  return array(
    'minlng' => -81.42230000000001,
    'minlat' => 19.2398,
    'maxlng' => -79.75185,
    'maxlat' => 19.7329,
  );
}