You are here

function location_bounds_tm in Location 7.3

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

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

File

supported/location.tm.inc, line 24
Turkmenistan.

Code

function location_bounds_tm() {
  return array(
    'minlng' => 52.48045,
    'minlat' => 35.1277,
    'maxlng' => 66.55800000000001,
    'maxlat' => 42.754,
  );
}