You are here

function location_bounds_gq in Location 7.3

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

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

File

supported/location.gq.inc, line 26
Equatorial Guinea.

Code

function location_bounds_gq() {
  return array(
    'minlng' => 8.347849999999999,
    'minlat' => 0.824267,
    'maxlng' => 11.456,
    'maxlat' => 3.7184,
  );
}