<?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: Can I cache tiles from ESRI map services? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/can-i-cache-tiles-from-esri-map-services/m-p/226921#M1467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, I finally got it working.&amp;nbsp; I must say I'm a little disappointed that there's no progress updates.&amp;nbsp; Some of these caches can be very large, leaving the user with no idea when it will finish.&amp;nbsp; Also, the Random failures with no explanation are a tad annoying.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 02:26:44 GMT</pubDate>
    <dc:creator>MichaelBucari-Tovo</dc:creator>
    <dc:date>2014-05-22T02:26:44Z</dc:date>
    <item>
      <title>Can I cache tiles from ESRI map services?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/can-i-cache-tiles-from-esri-map-services/m-p/226918#M1464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm creating a field mapping app.&amp;nbsp; Many of the places where this app will be used will not have cell service, so I'll need to be able to cache map tiles.&amp;nbsp; I downloaded and ran the sample app from ESRI&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/android/sample-code/export-tile-cache/"&gt;https://developers.arcgis.com/android/sample-code/export-tile-cache/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works with the sample map service, but it does NOT work with any of the services from this page :&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/arcgis/rest/services"&gt;http://services.arcgisonline.com/arcgis/rest/services&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;isExportTilesAllowed() returns true for the sample service layer, but false for the real services.&amp;nbsp; So do I need to license my app to be allowed to cache the other services, or are those services not allowed to be cached at all?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:32:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/can-i-cache-tiles-from-esri-map-services/m-p/226918#M1464</guid>
      <dc:creator>MichaelBucari-Tovo</dc:creator>
      <dc:date>2014-04-02T19:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can I cache tiles from ESRI map services?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/can-i-cache-tiles-from-esri-map-services/m-p/226919#M1465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please have a look at the doc for the REST API:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000025t000000"&gt;http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000025t000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A note in there mentions that you should:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;enable "Allow Clients to Export Cache Tiles" in advanced caching page of the Service Editor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know of this was helpful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 20:04:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/can-i-cache-tiles-from-esri-map-services/m-p/226919#M1465</guid>
      <dc:creator>RobertBurke</dc:creator>
      <dc:date>2014-04-10T20:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can I cache tiles from ESRI map services?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/can-i-cache-tiles-from-esri-map-services/m-p/226920#M1466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For using ArcGIS Online basemaps offline take a look at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/android/guide/create-an-offline-map.htm"&gt;https://developers.arcgis.com/android/guide/create-an-offline-map.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the "Include a Basemap" section it has a link to a group (&lt;/SPAN&gt;&lt;A href="http://links.esri.com/rtbasemaps"&gt;http://links.esri.com/rtbasemaps&lt;/A&gt;&lt;SPAN&gt;) which list the services you need to use for taking a ArcGIS Online basemap offline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These are hosted on &lt;/SPAN&gt;&lt;A href="http://tiledbasemaps.arcgis.com/"&gt;http://tiledbasemaps.arcgis.com/&lt;/A&gt;&lt;SPAN&gt; and you need to be part of an organization to use them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 21:38:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/can-i-cache-tiles-from-esri-map-services/m-p/226920#M1466</guid>
      <dc:creator>JustinColville</dc:creator>
      <dc:date>2014-04-23T21:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can I cache tiles from ESRI map services?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/can-i-cache-tiles-from-esri-map-services/m-p/226921#M1467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, I finally got it working.&amp;nbsp; I must say I'm a little disappointed that there's no progress updates.&amp;nbsp; Some of these caches can be very large, leaving the user with no idea when it will finish.&amp;nbsp; Also, the Random failures with no explanation are a tad annoying.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 02:26:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/can-i-cache-tiles-from-esri-map-services/m-p/226921#M1467</guid>
      <dc:creator>MichaelBucari-Tovo</dc:creator>
      <dc:date>2014-05-22T02:26:44Z</dc:date>
    </item>
  </channel>
</rss>

