envelope method
- GeoBox geoBox
Envelopes two GeoBox areas by returning the smallest GeoBox covering both this
GeoBox and the specified GeoBox.
geoBoxAnotherGeoBoxto envelope with.
Returns GeoBox. GeoBox covering two GeoBox areas
Implementation
GeoBox envelope(GeoBox geoBox) => $prototype.envelope(this, geoBox);