You are here

location.km.inc in Location 7.3

Comoros.

File

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

/**
 * @file
 * Comoros.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_km() {
  return array(
    'G' => "Grande Comore",
    'A' => "Anjouan",
    'M' => "Moheli",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_km() {
  return array(
    'minlng' => 43.121,
    'minlat' => -12.405267,
    'maxlng' => 44.527,
    'maxlat' => -11.3164,
  );
}

Functions

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