Hello,
We are trying to access the active feature in the EditOverlay. For this we are capturing the OnRightClick event on the map and comparing the point with every feature in the InternalFeatures collection of EditShapelayer. We tried
pointShape.IsWithin(feature), pointShape.Touches(feature) and
feature.GetShape().Touches(pointShape), feature.GetShape().Contains(point) functions, but all of them are returning false. Is there something I am missing here?
Thanks and Regards,
ankit