You are here

function location_bounds_gn in Location 7.3

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

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

File

supported/location.gn.inc, line 53
Guinea.

Code

function location_bounds_gn() {
  return array(
    'minlng' => -15.1616,
    'minlat' => 7.179467,
    'maxlng' => -7.68565,
    'maxlat' => 12.672033,
  );
}