Skip to content
Guides API

PictureMarkerSymbolLayerSpec

PictureMarkerSymbolLayerSpec = object

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

One picture-marker symbol layer within a MultilayerPointSymbolType. Mirrors the native PictureMarkerSymbolLayer.

NOTE: size sets a uniform size (overrides width/height when all three are supplied). width and height are applied in order, so supplying both sets size to the last one; use size for a uniform value. offsetX/offsetY shift the layer in points.

optional height?: number

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

Display height in points.


optional offsetX?: number

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

Horizontal offset of the layer, in points.


optional offsetY?: number

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

Vertical offset of the layer, in points.


optional size?: number

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

Uniform size in points (sets both width and height).


type: "picture-marker"

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


url: string

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

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


optional width?: number

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

Display width in points.