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