You are here

location.kn.inc in Location 7.3

Saint Kitts and Nevis.

File

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

/**
 * @file
 * Saint Kitts and Nevis.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_kn() {
  return array(
    'CCN' => "Christ Church Nichola Town",
    'SAS' => "Saint Anne Sandy Point",
    'SGB' => "Saint George Basseterre",
    'SGG' => "Saint George Gingerland",
    'SJW' => "Saint James Windward",
    'SJC' => "Saint John Capesterre",
    'SJF' => "Saint John Figtree",
    'SMC' => "Saint Mary Cayon",
    'CAP' => "Saint Paul Capesterre",
    'CHA' => "Saint Paul Charlestown",
    'SPB' => "Saint Peter Basseterre",
    'STL' => "Saint Thomas Lowland",
    'STM' => "Saint Thomas Middle Island",
    'TPP' => "Trinity Palmetto Point",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_kn() {
  return array(
    'minlng' => -62.92925,
    'minlat' => 17.095533,
    'maxlng' => -62.5697,
    'maxlat' => 17.3875,
  );
}

Functions

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