Original documentation is [here](http://turfjs.org/docs/#bbox) and code is [here](https://github.com/Turfjs/turf/blob/master/packages/turf-bbox/index.js). This can be used, for example, to create a `LatLngBounds` object as input to `CameraUpdate` to fit an object in the screen (e.g. a route).
Original documentation is here and code is here.
This can be used, for example, to create a
LatLngBoundsobject as input toCameraUpdateto fit an object in the screen (e.g. a route).