<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic GeoView.IdentifyGraphicsOverlaysAsync in Runtime SDK 100.2.0 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/geoview-identifygraphicsoverlaysasync-in-runtime/m-p/80440#M866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;I just updated my UWP solution to 100.2.0 .NET Runtime and I noticed a new very frustrating behaviour of GeoView.IdentifyGraphicsOverlaysAsync method.&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;In a 3D Map, I call “await sceneView.IdentifyGraphicsOverlaysAsync(tapPoint, 0d, false, 200)” on a SceneView Tap event.&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;On the 100.1.0 API the call "returned" immediatly, allowing for a quick processing (for example to select returned Graphic objects).&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;On the 100.2.0 API the call doesn’t return until the SceneView finish retrieving and rendering of base maps tails (I used an ArcGISTiledLayer).&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;You can reproduce this behaviour zooming a map and then quickly tapping on a Graphic in an GraphicsOverlay. The processing of an “await sceneView.IdentifyGraphicsOverlaysAsync(…)” inside the Tapped event handler is “stucked” until the map finish rendering, preventing a reasonable quick execution of the remaining code that depends on identified Graphics items.&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;Please, solve this issue or give me a workaround because it’s a blocking issue for the POC of the app I'm in charge of and may prevent future usage of ArcGIS Runtime SDK.&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;Thanx in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;Mauro&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Dec 2017 12:21:23 GMT</pubDate>
    <dc:creator>MauroCastaldo</dc:creator>
    <dc:date>2017-12-24T12:21:23Z</dc:date>
    <item>
      <title>GeoView.IdentifyGraphicsOverlaysAsync in Runtime SDK 100.2.0</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geoview-identifygraphicsoverlaysasync-in-runtime/m-p/80440#M866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;I just updated my UWP solution to 100.2.0 .NET Runtime and I noticed a new very frustrating behaviour of GeoView.IdentifyGraphicsOverlaysAsync method.&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;In a 3D Map, I call “await sceneView.IdentifyGraphicsOverlaysAsync(tapPoint, 0d, false, 200)” on a SceneView Tap event.&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;On the 100.1.0 API the call "returned" immediatly, allowing for a quick processing (for example to select returned Graphic objects).&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;On the 100.2.0 API the call doesn’t return until the SceneView finish retrieving and rendering of base maps tails (I used an ArcGISTiledLayer).&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;You can reproduce this behaviour zooming a map and then quickly tapping on a Graphic in an GraphicsOverlay. The processing of an “await sceneView.IdentifyGraphicsOverlaysAsync(…)” inside the Tapped event handler is “stucked” until the map finish rendering, preventing a reasonable quick execution of the remaining code that depends on identified Graphics items.&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;Please, solve this issue or give me a workaround because it’s a blocking issue for the POC of the app I'm in charge of and may prevent future usage of ArcGIS Runtime SDK.&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: #ffffff; font-size: 14px;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;Thanx in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;Mauro&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2017 12:21:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geoview-identifygraphicsoverlaysasync-in-runtime/m-p/80440#M866</guid>
      <dc:creator>MauroCastaldo</dc:creator>
      <dc:date>2017-12-24T12:21:23Z</dc:date>
    </item>
  </channel>
</rss>

