You are here

function location_bounds_am in Location 7.3

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

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

File

supported/location.am.inc, line 30
Armenia.

Code

function location_bounds_am() {
  return array(
    'minlng' => 43.4194,
    'minlat' => 38.9416,
    'maxlng' => 46.5982,
    'maxlat' => 41.3796,
  );
}