ImageOverlayProps
ImageOverlayProps =
object
Defined in: src/ExpoArcgis.types.ts:1069
Props for the <ImageOverlay> component — a georeferenced image displayed on a <MapView>.
Properties
Section titled “Properties”extent
Section titled “extent”extent:
Envelope
Defined in: src/ExpoArcgis.types.ts:1073
The geographic extent (envelope) the image is stretched to fill.
imagePath
Section titled “imagePath”imagePath:
string
Defined in: src/ExpoArcgis.types.ts:1071
Local image file path to display (e.g. a downloaded or bundled PNG/JPEG).
opacity?
Section titled “opacity?”
optionalopacity?:number
Defined in: src/ExpoArcgis.types.ts:1075
Overlay opacity, 0–1. Defaults to 1.