You are here

function location_bounds_tf in Location 7.3

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

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

File

supported/location.tf.inc, line 24
French Southern Territories.

Code

function location_bounds_tf() {
  return array(
    'minlng' => 50.0717,
    'minlat' => -49.642933,
    'maxlng' => 70.5273,
    'maxlat' => -45.8805,
  );
}