Skip to content
Guides API

Envelope

Envelope = object

Defined in: src/ExpoArcgis.types.ts:1514

An envelope geometry — an axis-aligned bounding box (the extent of other geometries).

optional spatialReference?: SpatialReference

Defined in: src/ExpoArcgis.types.ts:1520

Coordinate system WKID. Defaults to 4326 (WGS84).


xMax: number

Defined in: src/ExpoArcgis.types.ts:1517


xMin: number

Defined in: src/ExpoArcgis.types.ts:1515


yMax: number

Defined in: src/ExpoArcgis.types.ts:1518


yMin: number

Defined in: src/ExpoArcgis.types.ts:1516