You are here

function location_bounds_zm in Location 7.3

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

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

File

supported/location.zm.inc, line 28
Zambia.

Code

function location_bounds_zm() {
  return array(
    'minlng' => 21.92875,
    'minlat' => -18.0931,
    'maxlng' => 33.53855,
    'maxlat' => -8.221467000000001,
  );
}