function location_bounds_bm in Location 7.3
Same name and namespace in other branches
- 5.3 supported/location.bm.inc \location_bounds_bm()
- 6.3 supported/location.bm.inc \location_bounds_bm()
- 7.5 supported/location.bm.inc \location_bounds_bm()
- 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,
);
}