<?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 Tasks for offline layers? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220040#M2009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We need our app to function offline, so I've employed OfflineTiledLayer and OnlineOfflineFeatureLayer from here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The feature layers display properly in each mode, however any Tasks (IdentifyTask, QueryTask, etc) require a Url (which means it must be online for it to work). I've tested this and just get an error connecting to the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using the IdentifyTask demo logic (which worked great) until I took away the internet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replacing the IdentifyTask logic with didClickAtPoint, and parsing the graphics collection works offline AND online, but the tolerance is too great (fat finger effect).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, we would like to be able to use QueryTask, Routing in the future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something I'm missing in the library or the above classes that would make this work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2011 13:02:14 GMT</pubDate>
    <dc:creator>RickJones</dc:creator>
    <dc:date>2011-06-02T13:02:14Z</dc:date>
    <item>
      <title>Tasks for offline layers?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220040#M2009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We need our app to function offline, so I've employed OfflineTiledLayer and OnlineOfflineFeatureLayer from here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The feature layers display properly in each mode, however any Tasks (IdentifyTask, QueryTask, etc) require a Url (which means it must be online for it to work). I've tested this and just get an error connecting to the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using the IdentifyTask demo logic (which worked great) until I took away the internet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replacing the IdentifyTask logic with didClickAtPoint, and parsing the graphics collection works offline AND online, but the tolerance is too great (fat finger effect).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, we would like to be able to use QueryTask, Routing in the future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something I'm missing in the library or the above classes that would make this work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 13:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220040#M2009</guid>
      <dc:creator>RickJones</dc:creator>
      <dc:date>2011-06-02T13:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tasks for offline layers?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220041#M2010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rick, you are not missing anything. The API primarily works in connected mode - most of the heavy lifting is done on a remote server. The tasks take in a URL because they are just proxies to the capabilities on the server. They don't provide any functionality when the device is offline.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 18:05:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220041#M2010</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2011-06-07T18:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Tasks for offline layers?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220042#M2011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for confirming that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I ended up doing was loading the OnlineOffline layers, but configuring the Tasks to use the URL for their corresponding Maplayer services.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 17:26:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220042#M2011</guid>
      <dc:creator>RickJones</dc:creator>
      <dc:date>2011-06-14T17:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tasks for offline layers?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220043#M2012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3289"&gt;Divesh Goyal&lt;/A&gt;, is this still true in 10.2.4 and later?&amp;nbsp; The reason I ask is because &lt;A href="http://blogs.esri.com/esri/arcgis/2014/04/04/get-ready-for-the-next-release-of-the-arcgis-runtime-sdks/"&gt;this blog&lt;/A&gt; makes it seem like the API should be online/offline agnostic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 16:17:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220043#M2012</guid>
      <dc:creator>MattDenton</dc:creator>
      <dc:date>2015-02-11T16:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tasks for offline layers?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220044#M2013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt, Thanks for asking. We've added many offline capabilities to the SDK since that post in 2011, and these offline capabilities are available in 10.2.4. You can use the AGSRouteTask to compute routes offline using a Network dataset on the device. You can also use the AGSLocator to geocode/reverse-geocode addresses offline using an Address Locator dataset&lt;/P&gt;&lt;P&gt;More info here - &lt;A href="https://developers.arcgis.com/ios/objective-c/guide/routing-task.htm" title="https://developers.arcgis.com/ios/objective-c/guide/routing-task.htm"&gt;Route task—ArcGIS Runtime SDK for iOS | ArcGIS for Developers&amp;nbsp; &lt;/A&gt; and &lt;A href="https://developers.arcgis.com/ios/objective-c/guide/locator-task.htm" title="https://developers.arcgis.com/ios/objective-c/guide/locator-task.htm"&gt;Locator—ArcGIS Runtime SDK for iOS | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also work with maps offline including - basemap tiles and operational features.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/ios/objective-c/guide/create-an-offline-map.htm#LI_2FB791B0031F4D129B0EAD260A1D4DDE" title="https://developers.arcgis.com/ios/objective-c/guide/create-an-offline-map.htm#LI_2FB791B0031F4D129B0EAD260A1D4DDE"&gt;Create an offline map—ArcGIS Runtime SDK for iOS | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 17:18:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220044#M2013</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2015-02-11T17:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Tasks for offline layers?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220045#M2014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, Divesh.&amp;nbsp; I should have been more clear, but I was asking specifically about the usage pattern for AGSQueryTask and AGSIdentifyTask.&amp;nbsp; I suspect but am not sure if those tasks are still facades to easily interact with the server (and do not support offline).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, thanks for the links, I will check them out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 18:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220045#M2014</guid>
      <dc:creator>MattDenton</dc:creator>
      <dc:date>2015-02-11T18:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tasks for offline layers?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220046#M2015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, those tasks still need the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 00:04:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/tasks-for-offline-layers/m-p/220046#M2015</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2015-02-12T00:04:32Z</dc:date>
    </item>
  </channel>
</rss>

