You are here

function location_bounds_ne in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.ne.inc \location_bounds_ne()
  2. 6.3 supported/location.ne.inc \location_bounds_ne()
  3. 7.5 supported/location.ne.inc \location_bounds_ne()
  4. 7.4 supported/location.ne.inc \location_bounds_ne()

Returns minimum and maximum latitude and longitude needed to create a bounding box.

File

supported/location.ne.inc, line 18
Niger.

Code

function location_bounds_ne() {
  return array(
    'minlng' => 0.09594999999999999,
    'minlat' => 11.814233,
    'maxlng' => 15.95105,
    'maxlat' => 23.507833,
  );
}