Dear Gurus!1. There are x,y - table with records of different types of situations. Each record contains the code of the type of situation. Each record in situation type table contains image to be displayed on the map. How to generated on the fly in code PictureMarkerSymbol.Source? 2. How to generate PictureMarkerSymbol.Source if the image is stored in the application resources, to which I refer in xaml as follows:<Image Source="/TableManager;component/Images/view_tree_9345.png"
?