Hi,
I have xammap with Bing Maps as Tile Layer.
I've added a shape file and some symbolements (POI) on the map.
Now I want to have a custom menu in Silverlight popping up at the position the user clicked.
I was able to capture the xammap ElementClick function. But I don't find the (screen, not the world) coordinates where the user clicked.
How can we achieve this?
Br,
Another solution would be to attach to XamMap's MapMouseLeftButtonDown event. In the handler you can use e.Position which returns the position of the mouse pointer.
Hi RoelMartens,
Please take a look at this forum post: http://community.infragistics.com/forums/p/36476/227721.aspx#227721
Regards,
Ivan Kotev