You are here

function location_bounds_tt in Location 7.3

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

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

File

supported/location.tt.inc, line 34
Trinidad and Tobago.

Code

function location_bounds_tt() {
  return array(
    'minlng' => -61.93015,
    'minlat' => 10.0588,
    'maxlng' => -60.5064,
    'maxlat' => 11.2911,
  );
}