You are here

function location_bounds_gw in Location 7.3

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

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

File

supported/location.gw.inc, line 28
Guinea-Bissau.

Code

function location_bounds_gw() {
  return array(
    'minlng' => -16.92935,
    'minlat' => 10.839167,
    'maxlng' => -13.6464,
    'maxlat' => 12.672033,
  );
}