You are here

location.nu.inc in Location 7.4

File

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

// Niue
function location_province_list_nu() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_nu() {
  return array(
    'minlng' => -169.92405,
    'minlat' => -19.139433,
    'maxlng' => -169.63905,
    'maxlat' => -18.9068,
  );
}

Functions

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