Skip to content
Guides API

PictureFillSymbol

PictureFillSymbol = object

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

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

optional height?: number

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

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


optional outline?: Stroke

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

Optional outline stroke.


type: "picture-fill"

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


url: string

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

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


optional width?: number

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

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