You are here

location.ne.inc in Location 7.4

File

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

// Niger
function location_province_list_ne() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_ne() {
  return array(
    'minlng' => 0.09594999999999999,
    'minlat' => 11.814233,
    'maxlng' => 15.95105,
    'maxlat' => 23.507833,
  );
}

Functions

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