Skip to content
Guides API

ImageOverlayProps

ImageOverlayProps = object

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

Props for the <ImageOverlay> component — a georeferenced image displayed on a <MapView>.

extent: Envelope

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

The geographic extent (envelope) the image is stretched to fill.


imagePath: string

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

Local image file path to display (e.g. a downloaded or bundled PNG/JPEG).


optional opacity?: number

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

Overlay opacity, 0–1. Defaults to 1.