You are here

function location_bounds_tv in Location 7.3

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

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

File

supported/location.tv.inc, line 28
Tuvalu.

Code

function location_bounds_tv() {
  return array(
    'minlng' => 176.1042,
    'minlat' => -12.571533,
    'maxlng' => 179.8403,
    'maxlat' => -5.725,
  );
}