You are here

function location_bounds_lc in Location 7.3

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

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

File

supported/location.lc.inc, line 30
Saint Lucia.

Code

function location_bounds_lc() {
  return array(
    'minlng' => -61.1531,
    'minlat' => 13.692333,
    'maxlng' => -60.8714,
    'maxlat' => 14.0824,
  );
}