You are here

function location_bounds_gt in Location 7.3

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

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

File

supported/location.gt.inc, line 41
Guatemala.

Code

function location_bounds_gt() {
  return array(
    'minlng' => -92.28845,
    'minlat' => 13.7392,
    'maxlng' => -88.23725,
    'maxlat' => 17.783133,
  );
}