function location_bounds_bd in Location 7.3
Same name and namespace in other branches
- 5.3 supported/location.bd.inc \location_bounds_bd()
- 6.3 supported/location.bd.inc \location_bounds_bd()
- 7.5 supported/location.bd.inc \location_bounds_bd()
- 7.4 supported/location.bd.inc \location_bounds_bd()
Returns minimum and maximum latitude and longitude needed to create a bounding box.
File
- supported/
location.bd.inc, line 25 - Bangladesh.
Code
function location_bounds_bd() {
return array(
'minlng' => 87.8338,
'minlat' => 20.794167,
'maxlng' => 92.67495,
'maxlat' => 26.491433,
);
}