IdentifyGraphicsOverlayAsync never returns when multiple graphics are visible

282
0
12-06-2022 09:34 AM
Labels (1)
twhite
by
New Contributor

All,

I am trying to figure out why the method IdentifyGraphicsOverlayAsync doesn't return in some cases. Currently we have around 6 graphic overlays, one of these overlays can have many marker symbols and of which could be visible all at once. 

Would a reason that method doesn't return is because all graphics in this case are visible, so it deadlocks?

I call this method as:

 

var result = await CurrentMap.IdentifyGraphicsOverlayAsync(layer, screenPoint, tolerance, false, 1);
              

 

 

I'm currently using:

Esri.ArcGISRuntime.WPF ArcGIS Runtime SDK for .NET Version - 100.15.0

 

Thanks for any guidance and or help.

Tags (1)
0 Kudos
0 Replies