You are here

location.vg.inc in Location 7.3

Virgin Islands, British.

File

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

/**
 * @file
 * Virgin Islands, British.
 */

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

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_vg() {

  // NaturalEarth 10m Admin 0 - Countries (v1.3.0)
  // EPSG:900913
  return array(
    'minlng' => -64.774,
    'minlat' => 18.3346959,
    'maxlng' => -64.269999,
    'maxlat' => 18.7460403,
  );
}

Functions

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