<?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 Re: Polygon blink. in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/polygon-blink/m-p/458801#M3925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! It's a good solution&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2015 06:37:56 GMT</pubDate>
    <dc:creator>AliaksandrKantesvoi</dc:creator>
    <dc:date>2015-12-11T06:37:56Z</dc:date>
    <item>
      <title>Polygon blink.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/polygon-blink/m-p/458799#M3923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hello, I created test project &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fpowerscin%2FArcGisTest" rel="nofollow" target="_blank"&gt;https://github.com/powerscin/ArcGisTest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I try make drag and drop pins in polygones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if i add 5-8 pins, and try drag pin with intercept lines - polygon blink. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it's problem with performance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 15:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/polygon-blink/m-p/458799#M3923</guid>
      <dc:creator>AliaksandrKantesvoi</dc:creator>
      <dc:date>2015-12-08T15:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon blink.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/polygon-blink/m-p/458800#M3924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try setting the `renderingMode` on graphics layer to `Dynamic` and it should be fine. As shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2c2d30; font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px;"&gt;self.graphicsLayer = [[AGSGraphicsLayer alloc]initWithFullEnvelope:nil renderingMode:AGSGraphicsLayerRenderingModeDynamic];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2c2d30; font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px;"&gt;The feature was introduced in &lt;A href="https://developers.arcgis.com/ios/swift/guide/what-s-new-10-2-.htm#GUID-B562FFF3-DCF6-4DA3-BEC1-ED8D619CBE68"&gt;version 10.2&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #c6c6c6; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;H3 style="font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 300; margin-bottom: 1.55rem; font-size: 1.484375rem; color: #4c4c4c;"&gt;Improved rendering of graphics&lt;/H3&gt;&lt;P style="margin-bottom: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 17px;"&gt;&lt;CODE class="usertext" style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; padding: 0.25rem 0 0.25rem 0.25rem; border-top-color: #efefef; border-bottom-color: #efefef; border-left-color: #efefef; color: #595959; background-color: #f8f8f8; font-size: 0.85em;"&gt;AGSGraphicsLayer&lt;/CODE&gt; now supports 2 rendering modes - dynamic and static. In dynamic mode, graphics update dynamically as you interact with the map, always appearing clean and crisp, constantly repositioned and reoriented to be face-up as you rotate the map. In static, graphics are first rasterized and then rendered on the map. This can lead to some brief pixelation of the symbols as you navigate the map. Static mode provides a significant performance improvement, allowing you to display many more graphics at the same time. The default is static mode, and is the traditional way graphics have been drawn in past releases. Dynamic mode is new at this release and is best suited for cases when you have a small number of graphics (vertices) that need to be updated frequently.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 00:56:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/polygon-blink/m-p/458800#M3924</guid>
      <dc:creator>GagandeepSingh</dc:creator>
      <dc:date>2015-12-11T00:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon blink.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/polygon-blink/m-p/458801#M3925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! It's a good solution&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:37:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/polygon-blink/m-p/458801#M3925</guid>
      <dc:creator>AliaksandrKantesvoi</dc:creator>
      <dc:date>2015-12-11T06:37:56Z</dc:date>
    </item>
  </channel>
</rss>

