Skip to content
Guides API

Envelope

Envelope = object

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

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

optional spatialReference?: SpatialReference

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

Coordinate system WKID. Defaults to 4326 (WGS84).


xMax: number

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


xMin: number

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


yMax: number

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


yMin: number

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