Hello
1.) how is the best way to move a SurfaceElement on xammap? (for SymbolElement is easy to set the position on SymbolOrigin)
2.) how can we use a "moveanimation" from Point A to Point B on the xampmap with SurfaceElement
is there an existing sample on that?
rgds
Hello Mike,
I am just checking if you require any further assistance on the matter.
Hi Mike,
Thank your for your reply. I believe that you could try to “move” the SurfaceElement smoothly on the XamMap by adding/removing it point by point. In this scenario it seems that you cannot use some kind of WPF animation.
Let me know, if you need any further assistance on this.
Hi Yanko
thx for the sample. Do you have also an idea how to make an animation for moving the SurfaceElement from one position to the other one. Should scroll smoothly from one position to the other one.
rgds Mike
Hi,
I have been looking into your question and maybe the easiest way to “move” a SurfaceElement on the XamMap could be to remove the desired SurfaceElement from the corresponding layer of the XamMap and add it once again on the desired position. I am attaching a sample application(XamMapSurfaceElement.zip) where the element is moved(removed and added) on button click.
Let me know, if you need any further assistance on this matter.