I want to custom a PictureMarkerSymbol Support to ControlTemplate,What shall I do?
How do I custom symbol and animation symbol??
You can't use XAML to define symbols, as features on the map are rendered by a high-performance DirectX Graphics Engine. You could use XAML to generate the source image for a picturemarkersymbol, (using WritableBitmap), but you won't get any animation that way.
Can you give me some suggestions? How can I add an animation symbol?Thanks