function location_bounds_bb in Location 7.3
Same name and namespace in other branches
- 5.3 supported/location.bb.inc \location_bounds_bb()
- 6.3 supported/location.bb.inc \location_bounds_bb()
- 7.5 supported/location.bb.inc \location_bounds_bb()
- 7.4 supported/location.bb.inc \location_bounds_bb()
Returns minimum and maximum latitude and longitude needed to create a bounding box.
File
- supported/
location.bb.inc, line 30 - Barbados.
Code
function location_bounds_bb() {
return array(
'minlng' => -59.6715,
'minlat' => 13.018433,
'maxlng' => -59.3994,
'maxlat' => 13.285133,
);
}