<?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: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14213#M318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Lloyd;&lt;BR /&gt;&lt;BR /&gt;Many thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;Just to be sure, this also applies even if we are using Flex and with Adobe Air and are packaging for iOS. This gives us access to plist and some other tricks...maybe there is a work around? But I assume the offline maps work fine with that setup on iOS and Android?&lt;BR /&gt;&lt;BR /&gt;As we are a start up, this project can make or break us. Our potential client will install these large touch screens in various parts of his residential project. This device is going to be tough to connect to the internet, but we can request a specific device type to be installed. Users are supposed to be able to generate driving directions, and search functionality backed by a geocoding layer. This is in addition to offline maps ofcourse. So the question is...is there a specific device type (It cant be a tablet, something bigger and more awkward) and an operating system that the client can install. And on top of that we can build an app using a specific API that can provide offline maps, routing and geocoding? Maybe the windows 8 API?&lt;BR /&gt;&lt;BR /&gt;Thanks again;&lt;BR /&gt;Raffi&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Raffi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;STRONG&gt;"plist and other tricks"&lt;/STRONG&gt;&lt;SPAN&gt; will only allow you to specify Adobe AIR setting for iOS, it won't put any off-line functionality into the ArcGIS API for Flex that you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only out-of-the-box functionality in the ArcGIS API for Flex for off-line access is the use of the &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/layers/ArcGISLocalTiledLayer.html"&gt;ArcGISLocalTiledLayer&lt;/A&gt;&lt;SPAN&gt; which uses a tiled package layer (*.tpk) which you would create using the ArcGIS Desktop product.&amp;nbsp; Any other functionality (off-line query, routing, geocoding, querying of layers, etc.) would have to be written by the developer (you/your staff).&amp;nbsp; Also, creating this off-line functionality would be no trivial task.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The offline tiled map layers will work for iOS and Android using the ArcGIS API for Flex, but other than that you would have to write the functionality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based upon the off-line requirements you have mentioned in this forum post, I would recommend that you pursue the ArcGIS Runtime SDKs for Android and/or iOS.&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;Note that the offline features in the ArcGIS Runtime SDKs are currently (as of 12-16-2013) in beta.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; The ArcGIS Runtime SDKs will give you the most immediate out-of-the-box off-line functionality which it sounds like you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are able to convince your client to go with one type of hardware device (Android or iOS) you may be able to avoid having to write two separate applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Dec 2013 15:29:22 GMT</pubDate>
    <dc:creator>LloydHeberlie</dc:creator>
    <dc:date>2013-12-16T15:29:22Z</dc:date>
    <item>
      <title>Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14203#M308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color:#3E3E3E;"&gt;ArcGIS Desktop 10.1 SP used to create two TPKs&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Using an mxd with vector data (Some points, lines and polygons with simple symbology using pure red, green and blue colors)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Using an AGS map service that serve the same content as the mxd (above)&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN style="color:#3E3E3E;"&gt;20 LODs (required) and PNG output. Both the map service and the mxd use a state plane SRS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#3E3E3E;"&gt;The results:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;The vector-generated TPK can be drag-n-dropped into ArcMap and display just fine.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;A Flex API mobile map using the TPK as a ArcGISLocalTiledLayer &lt;STRONG&gt;does not display&lt;/STRONG&gt; the TPK&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;The TPK generated from the AGS Map service can be drag-n-dropped into ArcMap and display just fine - albeit grainy (expected)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;The Flex API mobile map using the TPK as a ArcGISLocalTiledLayer does displays the TPK just fine&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN style="color:#3E3E3E;"&gt;So what's up? Am I missing some special magic to create the TPK? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#3E3E3E;"&gt;The geoprocess:&lt;/SPAN&gt;&lt;PRE class="plain" name="code"&gt;
CreateMapTilePackage D:\documents\Project\Maps\Some.mxd ONLINE D:\documents\Tiles/Tiles.tpk PNG 20 # # #&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN style="color:#3E3E3E;"&gt;&lt;BR /&gt;The Flex code:&lt;/SPAN&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;esri:Map width="100%" height="100%"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISLocalTiledLayer file="{File.documentsDirectory.resolvePath('Tiles/Tiles.tpk')}"/&amp;gt;
&amp;lt;/esri:Map&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 21:32:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14203#M308</guid>
      <dc:creator>DirkVandervoort</dc:creator>
      <dc:date>2013-05-15T21:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14204#M309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you check if you're getting a loadError event and then see what the fault is?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reference:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/Layer.html#event:loadError"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/Layer.html#event:loadError&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, what version of the API are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 May 2013 14:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14204#M309</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2013-05-18T14:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14205#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dasa!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, it does throw a LayerEvent.LOAD_ERROR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The fault is an mx.rpc.Fault. And more telling, the faultString is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;kpLayerMissingConfXML: Cannot locate conf.xml in tpk file.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's the 3.3 API BTW.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I carved into the TPKs with WinZip and the conf.xml is in both and the contents are identical.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason the vector-generated tpk is not allowing the Flex API to see the conf.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What next can I do? TIA&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--Dirk&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 15:06:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14205#M310</guid>
      <dc:creator>DirkVandervoort</dc:creator>
      <dc:date>2013-05-20T15:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14206#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd double-check that the tpk has 0 compression. You may need to contact Esri Support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 16:01:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14206#M311</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2013-05-20T16:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14207#M312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep. 0% compression. I'll put in a help ticket. Thanks Dasa.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 16:28:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14207#M312</guid>
      <dc:creator>DirkVandervoort</dc:creator>
      <dc:date>2013-05-20T16:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14208#M313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not 100% sure it's the same issue, but we had a dependency on the name of the data frame in ArcMap (which ends up within the TPK file).&amp;nbsp; It only worked if the data frame is named "Layers".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will be fixed for the next release (3.4).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NIM092226: .tpk files are not working in Flex AIR application using ArcGISLocalTiledLayer if the dataframe name in the original .mxd file is other than "Layers".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 20:55:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14208#M313</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2013-06-11T20:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14209#M314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color:#333333;"&gt;Hello all;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#333333;"&gt;I thought this would be a good place to ask this question. I see that the ArcGIS sdk for iOS has great offline features such as maps, geocoding and routing. Are these also available with the ArcGIS API for Flex running on Air. Either a desktop app or a mobile one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#333333;"&gt;Thanks;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#333333;"&gt;Raffi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 09:27:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14209#M314</guid>
      <dc:creator>raffia</dc:creator>
      <dc:date>2013-12-11T09:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14210#M315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;SPAN style="color:#333333;"&gt;Hello all;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#333333;"&gt;I thought this would be a good place to ask this question. I see that the ArcGIS sdk for iOS has great offline features such as maps, geocoding and routing. Are these also available with the ArcGIS API for Flex running on Air. Either a desktop app or a mobile one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#333333;"&gt;Thanks;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#333333;"&gt;Raffi&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Raffi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These features (offline features such as maps, geocoding and routing) are not part of the ArcGIS API for Flex.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 14:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14210#M315</guid>
      <dc:creator>LloydHeberlie</dc:creator>
      <dc:date>2013-12-11T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14211#M316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Raffi,&lt;BR /&gt;&lt;BR /&gt;These features (offline features such as maps, geocoding and routing) are not part of the ArcGIS API for Flex.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Lloyd;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be sure, this also applies even if we are using Flex and with Adobe Air and are packaging for iOS. This gives us access to plist and some other tricks...maybe there is a work around? But I assume the offline maps work fine with that setup on iOS and Android?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As we are a start up, this project can make or break us. Our potential client will install these large touch screens in various parts of his residential project. This device is going to be tough to connect to the internet, but we can request a specific device type to be installed. Users are supposed to be able to generate driving directions, and search functionality backed by a geocoding layer. This is in addition to offline maps ofcourse. So the question is...is there a specific device type (It cant be a tablet, something bigger and more awkward) and an operating system that the client can install. And on top of that we can build an app using a specific API that can provide offline maps, routing and geocoding? Maybe the windows 8 API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raffi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 03:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14211#M316</guid>
      <dc:creator>raffia</dc:creator>
      <dc:date>2013-12-12T03:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14212#M317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And finally, can the ArcGIS API for flex query offline layers from the tiles or something else that will make it read data from table and feature classes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 03:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14212#M317</guid>
      <dc:creator>raffia</dc:creator>
      <dc:date>2013-12-12T03:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14213#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Lloyd;&lt;BR /&gt;&lt;BR /&gt;Many thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;Just to be sure, this also applies even if we are using Flex and with Adobe Air and are packaging for iOS. This gives us access to plist and some other tricks...maybe there is a work around? But I assume the offline maps work fine with that setup on iOS and Android?&lt;BR /&gt;&lt;BR /&gt;As we are a start up, this project can make or break us. Our potential client will install these large touch screens in various parts of his residential project. This device is going to be tough to connect to the internet, but we can request a specific device type to be installed. Users are supposed to be able to generate driving directions, and search functionality backed by a geocoding layer. This is in addition to offline maps ofcourse. So the question is...is there a specific device type (It cant be a tablet, something bigger and more awkward) and an operating system that the client can install. And on top of that we can build an app using a specific API that can provide offline maps, routing and geocoding? Maybe the windows 8 API?&lt;BR /&gt;&lt;BR /&gt;Thanks again;&lt;BR /&gt;Raffi&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Raffi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;STRONG&gt;"plist and other tricks"&lt;/STRONG&gt;&lt;SPAN&gt; will only allow you to specify Adobe AIR setting for iOS, it won't put any off-line functionality into the ArcGIS API for Flex that you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only out-of-the-box functionality in the ArcGIS API for Flex for off-line access is the use of the &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/layers/ArcGISLocalTiledLayer.html"&gt;ArcGISLocalTiledLayer&lt;/A&gt;&lt;SPAN&gt; which uses a tiled package layer (*.tpk) which you would create using the ArcGIS Desktop product.&amp;nbsp; Any other functionality (off-line query, routing, geocoding, querying of layers, etc.) would have to be written by the developer (you/your staff).&amp;nbsp; Also, creating this off-line functionality would be no trivial task.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The offline tiled map layers will work for iOS and Android using the ArcGIS API for Flex, but other than that you would have to write the functionality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based upon the off-line requirements you have mentioned in this forum post, I would recommend that you pursue the ArcGIS Runtime SDKs for Android and/or iOS.&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;Note that the offline features in the ArcGIS Runtime SDKs are currently (as of 12-16-2013) in beta.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; The ArcGIS Runtime SDKs will give you the most immediate out-of-the-box off-line functionality which it sounds like you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are able to convince your client to go with one type of hardware device (Android or iOS) you may be able to avoid having to write two separate applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 15:29:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14213#M318</guid>
      <dc:creator>LloydHeberlie</dc:creator>
      <dc:date>2013-12-16T15:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package weirdness: Flex CAN NOT consume some TPKs as an ArcGISLocalTiledLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14214#M319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lloyd;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for that detailed reply. I am very much in the clear now about this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind Regards;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raffi A&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 08:21:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/tile-package-weirdness-flex-can-not-consume-some/m-p/14214#M319</guid>
      <dc:creator>raffia</dc:creator>
      <dc:date>2013-12-18T08:21:28Z</dc:date>
    </item>
  </channel>
</rss>

