You are here

function location_bounds_tr in Location 7.3

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

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

File

supported/location.tr.inc, line 100
Turkey.

Code

function location_bounds_tr() {
  return array(
    'minlng' => 25.7317,
    'minlat' => 35.939633,
    'maxlng' => 44.7416,
    'maxlat' => 42.214367,
  );
}