You are here

function location_bounds_gl in Location 7.3

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

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

File

supported/location.gl.inc, line 22
Greenland.

Code

function location_bounds_gl() {
  return array(
    'minlng' => -73.39145000000001,
    'minlat' => 59.7644,
    'maxlng' => -11.72105,
    'maxlat' => 83.674733,
  );
}