You are here

function location_bounds_eg in Location 7.3

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

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

File

supported/location.eg.inc, line 45
Egypt.

Code

function location_bounds_eg() {
  return array(
    'minlng' => 24.78595,
    'minlat' => 22.008123,
    'maxlng' => 36.88215,
    'maxlat' => 31.746867,
  );
}