<?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: iOS Streaming Layer in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-streaming-layer/m-p/1128675#M7254</link>
    <description>&lt;P&gt;Hi Karsten,&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nixta/StreamLayer-iOS" target="_blank"&gt;This is the repo&lt;/A&gt; I was talking about, but this was written for the previous version of the Runtime SDKs (version 10.x). It will not work with the 100.x versions.&lt;/P&gt;&lt;P&gt;Stream Layer support is on the roadmap, but it will be a few releases before it will be ready.&lt;/P&gt;&lt;P&gt;If you want to adapt the 10.x stream layer support from the above repo, you could borrow the logic for reading data from that, and look at how the &lt;A href="https://github.com/nixta/clusterlayer-plugin-ios/tree/runtime-100" target="_blank"&gt;runtime-100 branch of this repo&lt;/A&gt; uses &lt;A href="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_feature_collection_layer.html" target="_blank"&gt;&lt;STRONG&gt;AGSFeatureCollectionLayer&lt;/STRONG&gt;&lt;/A&gt; to present data from a custom source (an AGSFeatureCollectionLayer is an in-memory feature layer - you just need to load data into it).&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Nick.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Dec 2021 16:57:57 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2021-12-23T16:57:57Z</dc:date>
    <item>
      <title>iOS Streaming Layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-streaming-layer/m-p/554442#M4748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been looking into the latest Esri iOS sdk and would like to consume a streaming layer, similar to the streaming layer in the Esri Javascript 3.6 Api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something similar for iOS? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Darryl&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 02:40:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-streaming-layer/m-p/554442#M4748</guid>
      <dc:creator>DarrylWilson</dc:creator>
      <dc:date>2013-10-23T02:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: iOS Streaming Layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-streaming-layer/m-p/554443#M4749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Darryl,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created one just after UC but need to push it live on Github.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me revisit and I'll get back to you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 19:44:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-streaming-layer/m-p/554443#M4749</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2013-10-23T19:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: iOS Streaming Layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-streaming-layer/m-p/1128438#M7253</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;where can I find it?&lt;/P&gt;&lt;P&gt;Greetings Karsten&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 20:18:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-streaming-layer/m-p/1128438#M7253</guid>
      <dc:creator>KarstenRank</dc:creator>
      <dc:date>2021-12-22T20:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: iOS Streaming Layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-streaming-layer/m-p/1128675#M7254</link>
      <description>&lt;P&gt;Hi Karsten,&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nixta/StreamLayer-iOS" target="_blank"&gt;This is the repo&lt;/A&gt; I was talking about, but this was written for the previous version of the Runtime SDKs (version 10.x). It will not work with the 100.x versions.&lt;/P&gt;&lt;P&gt;Stream Layer support is on the roadmap, but it will be a few releases before it will be ready.&lt;/P&gt;&lt;P&gt;If you want to adapt the 10.x stream layer support from the above repo, you could borrow the logic for reading data from that, and look at how the &lt;A href="https://github.com/nixta/clusterlayer-plugin-ios/tree/runtime-100" target="_blank"&gt;runtime-100 branch of this repo&lt;/A&gt; uses &lt;A href="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_feature_collection_layer.html" target="_blank"&gt;&lt;STRONG&gt;AGSFeatureCollectionLayer&lt;/STRONG&gt;&lt;/A&gt; to present data from a custom source (an AGSFeatureCollectionLayer is an in-memory feature layer - you just need to load data into it).&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Nick.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 16:57:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-streaming-layer/m-p/1128675#M7254</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2021-12-23T16:57:57Z</dc:date>
    </item>
  </channel>
</rss>

