You are here

function location_bounds_ng in Location 7.3

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

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

File

supported/location.ng.inc, line 56
Nigeria.

Code

function location_bounds_ng() {
  return array(
    'minlng' => 2.64745,
    'minlat' => 4.226367,
    'maxlng' => 14.7131,
    'maxlat' => 13.807067,
  );
}