You are here

function location_bounds_sa in Location 7.3

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

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

File

supported/location.sa.inc, line 32
Saudia Arabia.

Code

function location_bounds_sa() {
  return array(
    'minlng' => 34.5647,
    'minlat' => 15.518117,
    'maxlng' => 55.028463,
    'maxlat' => 32.275,
  );
}