envelope method

GeoBox envelope(
  1. GeoBox geoBox
)

Envelopes two GeoBox areas by returning the smallest GeoBox covering both this GeoBox and the specified GeoBox.

  • geoBox Another GeoBox to envelope with.

Returns GeoBox. GeoBox covering two GeoBox areas

Implementation

GeoBox envelope(GeoBox geoBox) => $prototype.envelope(this, geoBox);