envelopeGeoBoxes static method
- List<
GeoBox> geoBoxes
Envelopes the list of GeoBox areas by returning the smallest
GeoBox covering all specified GeoBox objects.
geoBoxesList ofGeoBoxobjects.
Returns GeoBox?. GeoBox covering all GeoBox areas, or null
if input is empty.
Implementation
static GeoBox? envelopeGeoBoxes(List<GeoBox> geoBoxes) => $prototype.envelopeGeoBoxes(geoBoxes);