You are here

function location_bounds_ga in Location 7.3

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

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

File

supported/location.ga.inc, line 28
Gabon.

Code

function location_bounds_ga() {
  return array(
    'minlng' => 8.59375,
    'minlat' => -3.9324,
    'maxlng' => 14.72285,
    'maxlat' => 2.299667,
  );
}