You are here

function location_bounds_ge in Location 7.3

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

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

File

supported/location.ge.inc, line 31
Georgia.

Code

function location_bounds_ge() {
  return array(
    'minlng' => 39.923261,
    'minlat' => 41.1446,
    'maxlng' => 46.7882,
    'maxlat' => 43.6354,
  );
}