envelopeGeoBoxes static method

GeoBox? envelopeGeoBoxes(
  1. List<GeoBox> geoBoxes
)

Envelopes the list of GeoBox areas by returning the smallest GeoBox covering all specified GeoBox objects.

  • geoBoxes List of GeoBox objects.

Returns GeoBox?. GeoBox covering all GeoBox areas, or null if input is empty.

Implementation

static GeoBox? envelopeGeoBoxes(List<GeoBox> geoBoxes) => $prototype.envelopeGeoBoxes(geoBoxes);