This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hello
I have created a dynamic SVG Pushpin and it appears where I push it.
Now I want to change the appearance after rendering.
In V7 I used pin.setOptions.
How do I do it with dynamic SVG?
Thanks
I have achieved that by recalculating the SVG string and using
pin.setOptions({icon: svg.join('') etc where svg is the new string.
I hope this helps someone