You are here

location.ky.inc in Location 7.3

Cayman Islands.

File

supported/location.ky.inc
View source
<?php

/**
 * @file
 * Cayman Islands.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_ky() {
  return array(
    'CR' => "Creek",
    'EA' => "Eastern",
    'ML' => "Midland",
    'ST' => "South Town",
    'SP' => "Spot Bay",
    'SK' => "Stake Bay",
    'WD' => "West End",
    'WN' => "Western",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_ky() {
  return array(
    'minlng' => -81.42230000000001,
    'minlat' => 19.2398,
    'maxlng' => -79.75185,
    'maxlat' => 19.7329,
  );
}

Functions

Namesort descending Description
location_bounds_ky Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_ky Returns an associative array of states/territories.