This code have some error
kindly help: it do not plot outline with the fill symbol
function zmarkerSymbol(){ var houtline={"style":Enums.SimpleLineSymbolStyleSolid, "color":"red","width":1.0}; return ArcGISRuntimeEnvironment.createObject("SimpleFillSymbol",{"style":Enums.SimpleFillSymbolStyleSolid, "color":Qt.rgba(2, 2, 0, 0.4),"SimpleLineSymbol":{simpleLineSymbol:houtline}}); }