You are here

function location_bounds_gy in Location 7.3

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

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

File

supported/location.gy.inc, line 29
Guyana.

Code

function location_bounds_gy() {
  return array(
    'minlng' => -61.3364,
    'minlat' => 1.278567,
    'maxlng' => -56.5865,
    'maxlat' => 8.373633,
  );
}