Computes the bounding box [[minLat, minLng], [maxLat, maxLng]] from an array of GeoJSON features.
Array of GeoJSON features to compute bounds from. Defaults to [].
[]
A [[minLat, minLng], [maxLat, maxLng]] bounding box, or null if no valid coordinates.
[[minLat, minLng], [maxLat, maxLng]]
Computes the bounding box [[minLat, minLng], [maxLat, maxLng]] from an array of GeoJSON features.