You are here

function location_bounds_tj in Location 7.3

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

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

File

supported/location.tj.inc, line 22
Tajikistan.

Code

function location_bounds_tj() {
  return array(
    'minlng' => 67.42345,
    'minlat' => 36.7487,
    'maxlng' => 75.1309,
    'maxlat' => 41.066867,
  );
}