You are here

location.cx.inc in Location 7.3

Christmas Island.

File

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

/**
 * @file
 * Christmas Island.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_cx() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_cx() {
  return array(
    'minlng' => 105.619,
    'minlat' => -10.3823,
    'maxlng' => 105.69085,
    'maxlat' => -10.351733,
  );
}

Functions

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