Skip to content

SimpleMarkerSymbol

SimpleMarkerSymbol = object

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

A simple marker symbol for point graphics.

optional color?: string

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

Fill color as a hex string (e.g. #ff3b30).


optional outline?: Stroke

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

Optional outline stroke.


optional size?: number

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

Marker size in points.


optional style?: SimpleMarkerSymbolStyle

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


type: "simple-marker"

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