Skip to content

ImageOverlayProps

ImageOverlayProps = object

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

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

extent: Envelope

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

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


imagePath: string

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

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


optional opacity?: number

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

Overlay opacity, 0–1. Defaults to 1.