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.
Properties
Section titled “Properties”height?
Section titled “height?”
optionalheight?:number
Defined in: src/ExpoArcgis.types.ts:2070
Display height in points.
offsetX?
Section titled “offsetX?”
optionaloffsetX?:number
Defined in: src/ExpoArcgis.types.ts:2072
Horizontal offset of the layer, in points.
offsetY?
Section titled “offsetY?”
optionaloffsetY?:number
Defined in: src/ExpoArcgis.types.ts:2074
Vertical offset of the layer, in points.
optionalsize?: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).
width?
Section titled “width?”
optionalwidth?:number
Defined in: src/ExpoArcgis.types.ts:2068
Display width in points.