<?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 Esri ArcGIS extent finished rendering/downloading tiles notification in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/esri-arcgis-extent-finished-rendering-downloading/m-p/246923#M2337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need notification when full map render or downloaded so i will export the screenshot. Right now my screenshot taken before map rendering completed that why wrong screenshot display. I android there is one Listener &lt;STRONG&gt;addDrawStatusChangedListener . &lt;/STRONG&gt;Any equivalent in ios 100 sdk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Mar 2017 10:13:18 GMT</pubDate>
    <dc:creator>chiragshah4</dc:creator>
    <dc:date>2017-03-23T10:13:18Z</dc:date>
    <item>
      <title>Esri ArcGIS extent finished rendering/downloading tiles notification</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/esri-arcgis-extent-finished-rendering-downloading/m-p/246923#M2337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need notification when full map render or downloaded so i will export the screenshot. Right now my screenshot taken before map rendering completed that why wrong screenshot display. I android there is one Listener &lt;STRONG&gt;addDrawStatusChangedListener . &lt;/STRONG&gt;Any equivalent in ios 100 sdk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 10:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/esri-arcgis-extent-finished-rendering-downloading/m-p/246923#M2337</guid>
      <dc:creator>chiragshah4</dc:creator>
      <dc:date>2017-03-23T10:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Esri ArcGIS extent finished rendering/downloading tiles notification</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/esri-arcgis-extent-finished-rendering-downloading/m-p/246924#M2338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All 100.0 releases of the API have drawStatus which indicates when the map finished drawing. So until all the tiles are downloaded&amp;nbsp;and rendered, status will be inProgress. Once done it will indicate Completed status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add an observer for that property. And once it's completed you can export the image with&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;mapView.exportImage&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;mapView.addObserver(&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;, forKeyPath: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"drawStatus"&lt;/SPAN&gt;&lt;SPAN class=""&gt;, options: .new, context: &amp;amp;myContext)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;David&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 10:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/esri-arcgis-extent-finished-rendering-downloading/m-p/246924#M2338</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2017-03-23T10:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Esri ArcGIS extent finished rendering/downloading tiles notification</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/esri-arcgis-extent-finished-rendering-downloading/m-p/246925#M2339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add to &lt;A href="https://community.esri.com/migrated-users/259298"&gt;David Lednik&lt;/A&gt;‌'s answer. We have a sample -&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/arcgis-ios-sdk-samples/Maps/Display%20drawing%20status"&gt;Display drawing status&lt;/A&gt;&amp;nbsp;- you can refer. And when using KVOs don't forget to remove the observer, when you are done. Otherwise, it can cause problems later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 15:41:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/esri-arcgis-extent-finished-rendering-downloading/m-p/246925#M2339</guid>
      <dc:creator>GagandeepSingh</dc:creator>
      <dc:date>2017-03-24T15:41:42Z</dc:date>
    </item>
  </channel>
</rss>

