You are here

function location_bounds_na in Location 7.3

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

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

File

supported/location.na.inc, line 32
Namibia.

Code

function location_bounds_na() {
  return array(
    'minlng' => 11.72,
    'minlat' => -28.881233,
    'maxlng' => 25.23535,
    'maxlat' => -16.866767,
  );
}