You are here

function location_bounds_gg in Location 7.3

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

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

File

supported/location.gg.inc, line 37
Guernsey.

Code

function location_bounds_gg() {
  return array(
    'minlng' => -2.77195,
    'minlat' => 49.381867,
    'maxlng' => -2.3856,
    'maxlat' => 49.4828,
  );
}