Issue with IdentifyGraphicsOverlayAsync and FeatureReduction on Unclustered Graphics
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,...