You are here

function location_bounds_tc in Location 7.3

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

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

File

supported/location.tc.inc, line 33
Turks and Caicos Islands.

Code

function location_bounds_tc() {
  return array(
    'minlng' => -72.42375,
    'minlat' => 21.2068,
    'maxlng' => -70.9723,
    'maxlat' => 21.9866,
  );
}