You are here

location.nr.inc in Location 7.4

File

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

// Nauru
function location_province_list_nr() {
  return array(
    'AO' => "Aiwo",
    'AA' => "Anabar",
    'AT' => "Anetan",
    'AI' => "Anibare",
    'BA' => "Baiti",
    'BO' => "Boe",
    'BU' => "Buada",
    'DE' => "Denigomodu",
    'EW' => "Ewa",
    'IJ' => "Ijuw",
    'ME' => "Meneng",
    'NI' => "Nibok",
    'UA' => "Uaboe",
    'YA' => "Yaren",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_nr() {
  return array(
    'minlng' => 167.0567,
    'minlat' => -0.589533,
    'maxlng' => 167.11675,
    'maxlat' => -0.5351,
  );
}

Functions

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