<?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: How to display tiledlayer generated by RuntimeContent in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-tiledlayer-generated-by/m-p/639689#M5689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello André,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check this documentation of AGSLocalTiledLayer about how to load a tpk file in the ArcGIS Runtime SDK for iOS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also a sample for &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/blob/master/LocalTiledLayerSample/LocalTiledLayerSample/LocalTiledLayerViewController.m"&gt;LocalTiledLayerSample&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this help to you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2014 19:56:06 GMT</pubDate>
    <dc:creator>YueWu1</dc:creator>
    <dc:date>2014-05-27T19:56:06Z</dc:date>
    <item>
      <title>How to display tiledlayer generated by RuntimeContent</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-tiledlayer-generated-by/m-p/639687#M5687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its possible to load tiledlayer generated by RuntimeContent:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34084[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im trying this, but doesnt work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;NSString * pathBasemapString = @"/MapaVixWebMercLoc/basemap/Basemap"; AGSLocalTiledLayer *localBaseMapLayer = [AGSLocalTiledLayer localTiledLayerWithPath:pathBasemapString]; [self.mapView addMapLayer:localBaseMapLayer withName:@"Basemap Tiled Layer"];&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 17:34:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-tiledlayer-generated-by/m-p/639687#M5687</guid>
      <dc:creator>Andréde_Mattos_Ferraz</dc:creator>
      <dc:date>2014-05-26T17:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to display tiledlayer generated by RuntimeContent</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-tiledlayer-generated-by/m-p/639688#M5688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to create a Tile Package (.tpk file) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;More information here - &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/ios/guide/local-tiled-layer.htm"&gt;https://developers.arcgis.com/ios/guide/local-tiled-layer.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 16:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-tiledlayer-generated-by/m-p/639688#M5688</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2014-05-27T16:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to display tiledlayer generated by RuntimeContent</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-tiledlayer-generated-by/m-p/639689#M5689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello André,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check this documentation of AGSLocalTiledLayer about how to load a tpk file in the ArcGIS Runtime SDK for iOS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also a sample for &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/blob/master/LocalTiledLayerSample/LocalTiledLayerSample/LocalTiledLayerViewController.m"&gt;LocalTiledLayerSample&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this help to you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 19:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-tiledlayer-generated-by/m-p/639689#M5689</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2014-05-27T19:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to display tiledlayer generated by RuntimeContent</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-tiledlayer-generated-by/m-p/639690#M5690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, you are wrong! Not need a TPK, I load a basemap generated by Runtime Content with this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;NSString * pathBasemapString = @"/MapaVixWebMercLoc/basemap/Basemap"; AGSLocalTiledLayer *localBaseMapLayer = [AGSLocalTiledLayer localTiledLayerWithPath:pathBasemapString]; [self.mapView addMapLayer:localBaseMapLayer withName:@"Basemap Tiled Layer"];&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*The code is identical to the first... my pathBasemapString was with wrong path...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-tiledlayer-generated-by/m-p/639690#M5690</guid>
      <dc:creator>Andréde_Mattos_Ferraz</dc:creator>
      <dc:date>2014-05-28T10:35:20Z</dc:date>
    </item>
  </channel>
</rss>

