Hi,
I've encountered an issue when using IdentifyGraphicsOverlayAsync on a GraphicsOverlay with FeatureReduction enabled.
When tapping on a clustered item, the method correctly returns an AggregateGeoElement, which I can then use with GetGeoElementsAsync to retrieve the individual graphics. However, when tapping on a graphic that is not part of a cluster (i.e., a single, unclustered graphic), the method does not return any result.
This behavior seems inconsistent and may be a bug. I’m attaching a sample project that reproduces the issue for your review. I'm using .NET 9 and ArcGISRuntime 200.7. The issue occurs both on Android and iOS platforms.
Please let me know if you need any additional information.
Best regards,
Luca