location.nu.inc 336 B

12345678910111213141516171819
  1. <?php
  2. // Niue
  3. function location_province_list_nu() {
  4. return array();
  5. }
  6. /**
  7. * Returns minimum and maximum latitude and longitude needed to create a bounding box.
  8. */
  9. function location_bounds_nu() {
  10. return array(
  11. 'minlng' => -169.92405,
  12. 'minlat' => -19.139433,
  13. 'maxlng' => -169.63905,
  14. 'maxlat' => -18.9068,
  15. );
  16. }