Skip to content
Guides API

PictureMarkerSymbolLayerSpec

PictureMarkerSymbolLayerSpec = object

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

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:2171

Display height in points.


optional offsetX?: number

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

Horizontal offset of the layer, in points.


optional offsetY?: number

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

Vertical offset of the layer, in points.


optional size?: number

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

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


type: "picture-marker"

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


url: string

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

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


optional width?: number

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

Display width in points.