Skip to content

PictureMarkerSymbolLayerSpec

PictureMarkerSymbolLayerSpec = object

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

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

Display height in points.


optional offsetX?: number

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

Horizontal offset of the layer, in points.


optional offsetY?: number

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

Vertical offset of the layer, in points.


optional size?: number

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

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


type: "picture-marker"

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


url: string

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

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


optional width?: number

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

Display width in points.