symbol
Defines the graphic's appearance when displayed in a map view or scene view. For graphics to appear in a map view or scene view, they must have a com.arcgismaps.mapping.symbology.Symbol or be added to a graphics overlay that has a renderer assigned. A com.arcgismaps.mapping.symbology.Symbol defines the properties used to display the graphic, such as color, outline, size, and style. There are many different types of symbols, such as com.arcgismaps.mapping.symbology.SimpleMarkerSymbol, com.arcgismaps.mapping.symbology.SimpleLineSymbol, and com.arcgismaps.mapping.symbology.SimpleFillSymbol. The symbol type must match the com.arcgismaps.geometry.GeometryType of the graphic. For example, a com.arcgismaps.mapping.symbology.FillSymbol is used with graphics that are based on polygon geometry. The rendering of a graphic's symbol takes precedence over the com.arcgismaps.mapping.symbology.Renderer that may be set on the GraphicsOverlay.
Since
200.1.0