Is there any way to get the precise MapPoint tapped on a polyline in ScenView?
With SceneView.GeoViewTapped I get a GeoViewInputEventArgs with a Location property but it only represents a MapPoint on the surface, not the MapPoint on the polyline graphic I tapped (and is null if I tap the polyline from below, toward the sky).
Using IdentifyGraphicsOverlayAsync() and IdentifyGraphicsOverlayResult I get the polyline but there is nothing to get the precise MapPoint tapped, such as its index or distance from the beginning of the polyline.
Thanks for your help.