You are here

function location_bounds_bs in Location 7.3

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

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

File

supported/location.bs.inc, line 52
Bahamas.

Code

function location_bounds_bs() {
  return array(
    'minlng' => -79.29510000000001,
    'minlat' => 20.8592,
    'maxlng' => -72.6932,
    'maxlat' => 27.0249,
  );
}