You are here

function location_bounds_bm in Location 7.3

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

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

File

supported/location.bm.inc, line 30
Bermuda.

Code

function location_bounds_bm() {
  return array(
    'minlng' => -64.98725,
    'minlat' => 32.189967,
    'maxlng' => -64.6069,
    'maxlat' => 32.406167,
  );
}