You are here

function location_bounds_gh in Location 7.3

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

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

File

supported/location.gh.inc, line 29
Ghana.

Code

function location_bounds_gh() {
  return array(
    'minlng' => -3.3352,
    'minlat' => 4.678367,
    'maxlng' => 1.25875,
    'maxlat' => 11.169167,
  );
}