Skip to content

PictureFillSymbol

PictureFillSymbol = object

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

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

optional height?: number

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

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


optional outline?: Stroke

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

Optional outline stroke.


type: "picture-fill"

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


url: string

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

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


optional width?: number

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

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