Optional properties: SimpleMarkerSymbolPropertiesThe angle of the marker relative to the screen in degrees.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-MarkerSymbol.html#angle)
The color of the symbol.
black
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Symbol.html#color)
The outline of the marker symbol.
The SVG path of the icon.
The size of the marker in points.
12
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleMarkerSymbol.html#size)
The marker style.
circle
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleMarkerSymbol.html#style)
Readonly typeThe symbol type.
The offset on the x-axis in points.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-MarkerSymbol.html#xoffset)
The offset on the y-axis in points.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-MarkerSymbol.html#yoffset)
Protected _getProtected _setCreates a deep clone of the symbol.
Protected notifyConverts an instance of this class to its ArcGIS portal JSON representation.
Static fromJSONGenerated using TypeDoc
SimpleMarkerSymbol is used for rendering 2D Point geometries with a simple shape and color in either a MapView or a SceneView.
Read more...