You are here

function location_bounds_om in Location 7.3

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

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

File

supported/location.om.inc, line 27
Oman.

Code

function location_bounds_om() {
  return array(
    'minlng' => 52.003603,
    'minlat' => 16.691113,
    'maxlng' => 59.82915,
    'maxlat' => 26.417867,
  );
}