Skip to content

RasterSource

RasterSource = { type: "imageService"; url: string; } | { path: string; type: "file"; }

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

Raster source for a <RasterLayer>: a remote ArcGIS image service or a local raster file.