PictureFillSymbol
PictureFillSymbol =
object
Defined in: src/ExpoArcgis.types.ts:1998
A polygon fill drawn by tiling an image from a URL. Mirrors PictureFillSymbol.
Properties
Section titled “Properties”height?
Section titled “height?”
optionalheight?:number
Defined in: src/ExpoArcgis.types.ts:2005
Tile height in points (defaults to the image’s intrinsic size).
outline?
Section titled “outline?”
optionaloutline?: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).
width?
Section titled “width?”
optionalwidth?:number
Defined in: src/ExpoArcgis.types.ts:2003
Tile width in points (defaults to the image’s intrinsic size).