Hi,
Our application require to create the symbol elements in a map layer programatically.
I am using a loop to add 440 symbol elements to a Map layer using MyLayer.Elements.Add(Symbol). It took about 40 seconds to finish. It is too slow. Is there any way we can improve the performance?
Thanks
Hi vamsi2654,
Please take a look at this forum post: https://es.infragistics.com/community/forums/f/retired-products-and-controls/36476/get-mouse-poisition-when-hovering-map-element/211885#211885
Regards,
Ivan Kotev
Hi, I am aware of adding symbols to map by creating one more layer. What I need to do is I don't want to create new layers, i just want to overlay my labels n images on top of my map by getting map elements positions. For that thing I need to convert map coordinates to windows coordinates. Thanks for your help.
Please take a look at this how to Add an Image Using Map Elements: http://help.infragistics.com/Help/Doc/DV/2010.3/CLR4.0/html/xamWebMap_Add_Image_Using_Map_Elements.html
do you get solution to add overlay elements with out creating layer?
can you please tell how to translate MapElement coordinates to window coordinates, which is a bit tricky?. at the time of mapimport. I am trying to have my icons and symbols overlay on my map at the time of it import. But got struck with converting world rect to windows coordinates. Thank you in advance.