Optional properties: PictureMarkerSymbolPropertiesThe 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 height of the image in points.
12
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PictureMarkerSymbol.html#height)
Readonly typeThe symbol type.
The URL to an image or SVG document.
The width of the image in points.
12
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PictureMarkerSymbol.html#width)
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
PictureMarkerSymbol renders Point graphics in either a 2D MapView or 3D SceneView using an image.
Read more...