You are here

function location_bounds_eh in Location 7.3

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

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

File

supported/location.eh.inc, line 18
Western Sahara.

Code

function location_bounds_eh() {
  return array(
    'minlng' => -17.08725,
    'minlat' => 20.761433,
    'maxlng' => -8.6836,
    'maxlat' => 27.654567,
  );
}