You are here

function location_bounds_sy in Location 7.3

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

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

File

supported/location.sy.inc, line 33
Syrian Arab Republic.

Code

function location_bounds_sy() {
  return array(
    'minlng' => 35.6348,
    'minlat' => 32.3535,
    'maxlng' => 42.21705,
    'maxlat' => 37.3552,
  );
}