You are here

location.aw.inc in Location 7.3

Aruba.

File

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

/**
 * @file
 * Aruba.
 */

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

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_aw() {
  return array(
    'minlng' => -70.08745,
    'minlat' => 12.4276,
    'maxlng' => -69.83805,
    'maxlat' => 12.647367,
  );
}

Functions

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