You are here

function location_bounds_gf in Location 7.3

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

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

File

supported/location.gf.inc, line 18
French Guiana.

Code

function location_bounds_gf() {
  return array(
    'minlng' => -54.54515,
    'minlat' => 1.999333,
    'maxlng' => -51.7183,
    'maxlat' => 5.779333,
  );
}