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