You are here

location.sh.inc in Location 7.4

File

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

// Saint Helena
function location_province_list_sh() {
  return array(
    'A' => "Ascension",
    'S' => "Saint Helena",
    'T' => "Tristan da Cunha",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_sh() {
  return array(
    'minlng' => -5.9486,
    'minlat' => -16.042567,
    'maxlng' => -5.7812,
    'maxlat' => -15.896867,
  );
}

Functions

Namesort descending Description
location_bounds_sh Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_sh