You are here

function location_bounds_tg in Location 7.3

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

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

File

supported/location.tg.inc, line 24
Togo.

Code

function location_bounds_tg() {
  return array(
    'minlng' => -0.09329999999999999,
    'minlat' => 6.086033,
    'maxlng' => 1.7728,
    'maxlat' => 11.124,
  );
}