SimpleMarkerSymbol
SimpleMarkerSymbol =
object
Defined in: src/ExpoArcgis.types.ts:2000
A simple marker symbol for point graphics.
Properties
Section titled “Properties”color?
Section titled “color?”
optionalcolor?:string
Defined in: src/ExpoArcgis.types.ts:2004
Fill color as a hex string (e.g. #ff3b30).
outline?
Section titled “outline?”
optionaloutline?:Stroke
Defined in: src/ExpoArcgis.types.ts:2008
Optional outline stroke.
optionalsize?:number
Defined in: src/ExpoArcgis.types.ts:2006
Marker size in points.
style?
Section titled “style?”
optionalstyle?:SimpleMarkerSymbolStyle
Defined in: src/ExpoArcgis.types.ts:2002
type:
"simple-marker"
Defined in: src/ExpoArcgis.types.ts:2001