You are here

function location_bounds_er in Location 7.3

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

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

File

supported/location.er.inc, line 25
Eritrea.

Code

function location_bounds_er() {
  return array(
    'minlng' => 36.3629,
    'minlat' => 12.344214,
    'maxlng' => 43.0529,
    'maxlat' => 18.039133,
  );
}