You are here

location.an.inc in Location 7.4

File

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

// Netherlands Antilles
function location_province_list_an() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_an() {
  return array(
    'minlng' => -69.16155000000001,
    'minlat' => 11.711233,
    'maxlng' => -66.13464999999999,
    'maxlat' => 12.397367,
  );
}

Functions

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