You are here

function location_bounds_ye in Location 7.3

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

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

File

supported/location.ye.inc, line 38
Yemen.

Code

function location_bounds_ye() {
  return array(
    'minlng' => 42.05785,
    'minlat' => 12.1411,
    'maxlng' => 54.45815,
    'maxlat' => 18.033511,
  );
}