Hi Howard,
I'm trying to implement a functionality so that the user can click on a LineShape and select it. There are a MouseLeftButtonDown and MouseLeftButtonUp events on the SimpleMarkerOverlay to click on markers. However, I could not find anything similar for lines. My implementation consists of a LayerOverlay (for all the line layers) which contains one or more InMemoryFeatureLayers and each InMemoryFeatureLayer contains individual LineShape Features in its InternalFeatures collection. There is no click event on any of those objects. Is the feature available in the current version? Or am I missing something obvious?
An alternative (aka hacked) solution I can think of would be to get the PointShape of the mouse click position from the Map click event and loop through all the layers to find which object / feature has been clicked (Yikes!).
Thanks for all your help so far. I and my team truly appreciate it!
Regards,
Nirish