Envelope
Envelope =
object
Defined in: src/ExpoArcgis.types.ts:1059
An envelope geometry — an axis-aligned bounding box (the extent of other geometries).
Properties
Section titled “Properties”spatialReference?
Section titled “spatialReference?”
optionalspatialReference?:SpatialReference
Defined in: src/ExpoArcgis.types.ts:1065
Coordinate system WKID. Defaults to 4326 (WGS84).
xMax:
number
Defined in: src/ExpoArcgis.types.ts:1062
xMin:
number
Defined in: src/ExpoArcgis.types.ts:1060
yMax:
number
Defined in: src/ExpoArcgis.types.ts:1063
yMin:
number
Defined in: src/ExpoArcgis.types.ts:1061