Skip to content
Guides API

PictureFillSymbol

PictureFillSymbol = object

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

A polygon fill drawn by tiling an image from a URL. Mirrors PictureFillSymbol.

optional height?: number

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

Tile height in points (defaults to the image’s intrinsic size).


optional outline?: Stroke

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

Optional outline stroke.


type: "picture-fill"

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


url: string

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

Image URL (remote http(s) or a local file URL).


optional width?: number

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

Tile width in points (defaults to the image’s intrinsic size).