You are here

location.ai.inc in Location 7.4

File

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

// Anguilla
function location_province_list_ai() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_ai() {
  return array(
    'minlng' => -63.1879,
    'minlat' => 18.137033,
    'maxlng' => -62.9537,
    'maxlat' => 18.248633,
  );
}

Functions

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