ThinkGeo.com    |     Documentation    |     Premium Support

markerObj.ContextMenu

Please let me know of any samples on how to implement context menu on marker object



I Like creating my ContextMenus on the fly, so this is what I did on Mouse Down or Mouse move, depending on how user wants map tip. 
  
 1. Get world coordinate on mouse down event. 
 2. Buffer point based on distance 
 3. Use QueryTools to find feature closest feature to buffer in 2. 
 4. Create a custom maptip for this feature. 
  
 Maybe there is a better way. 
  


Hi Prasanna,



Welcome using Wpf Desktop edition; marker is actually a control, it can do any thing a control can; so marker is simple to add a context menu. Just set create context menu object and set to its property, you can also define it on the xaml and binding it. See my attached sample.



Also, thanks for Klaus' idea, he represents how to add a tooltip for a feature which is pretty cool.



Thanks and feel free to let me know if you have any queries,

Howard



Post7979.zip (12.4 KB)

 thanks. it was very helpful



Hi Prasanna, 
  
 You are welcome, just free free to let us know if you have any queries. 
  
 Thanks, 
 Howard