You are here

function location_bounds_gm in Location 7.3

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

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

File

supported/location.gm.inc, line 32
Gambia.

Code

function location_bounds_gm() {
  return array(
    'minlng' => -16.79745,
    'minlat' => 13.105767,
    'maxlng' => -13.8271,
    'maxlat' => 13.7983,
  );
}