Hello.
var webStyleSymbol = new WebStyleSymbol({
name: "Ambulance",
styleName: "EsriRealisticTransportationStyle"
});
I want to add a 3D ambulance icon into a graphicslayer.
I'm facing "Failed to create symbol from style" error.
I tried some codes but failed always. Can anyone help me please?