You are here

location.va.inc in Location 7.3

Holy See (Vatican City State).

File

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

/**
 * @file
 * Holy See (Vatican City State).
 */

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

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

  // NaturalEarth 10m Admin 0 - Countries (v1.3.0)
  // EPSG:900913
  return array(
    'minlng' => 12.4443363,
    'minlat' => 41.9001817,
    'maxlng' => 12.4583923,
    'maxlat' => 41.90845,
  );
}

Functions

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