You are here

function location_bounds_az in Location 5.3

Same name and namespace in other branches
  1. 6.3 supported/location.az.inc \location_bounds_az()
  2. 7.5 supported/location.az.inc \location_bounds_az()
  3. 7.3 supported/location.az.inc \location_bounds_az()
  4. 7.4 supported/location.az.inc \location_bounds_az()

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

File

supported/location.az.inc, line 87

Code

function location_bounds_az() {
  return array(
    'minlng' => 44.7416,
    'minlat' => 38.4074,
    'maxlng' => 50.37515,
    'maxlat' => 41.924867,
  );
}