Skip to content
Guides API

SimpleMarkerSymbol

SimpleMarkerSymbol = object

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

A simple marker symbol for point graphics.

optional color?: string

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

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


optional outline?: Stroke

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

Optional outline stroke.


optional size?: number

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

Marker size in points.


optional style?: SimpleMarkerSymbolStyle

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


type: "simple-marker"

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