Skip to content
Guides API

RasterSource

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

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

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