You are here

function location_bounds_za in Location 7.3

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

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

File

supported/location.za.inc, line 28
South Africa.

Code

function location_bounds_za() {
  return array(
    'minlng' => 16.50735,
    'minlat' => -34.7871,
    'maxlng' => 32.80535,
    'maxlat' => -22.152867,
  );
}