iOS Streaming Layer

617
3
10-22-2013 07:40 PM
DarrylWilson
New Contributor II
Hello,

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.

Is there something similar for iOS?

Many thanks

Darryl
0 Kudos
3 Replies
Nicholas-Furness
Esri Regular Contributor
Hey Darryl,

I created one just after UC but need to push it live on Github.

Let me revisit and I'll get back to you.

Nick
0 Kudos
KarstenRank
Occasional Contributor III

Hi,

where can I find it?

Greetings Karsten

0 Kudos
Nicholas-Furness
Esri Regular Contributor

Hi Karsten,

This is the repo 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.

Stream Layer support is on the roadmap, but it will be a few releases before it will be ready.

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 runtime-100 branch of this repo uses AGSFeatureCollectionLayer to present data from a custom source (an AGSFeatureCollectionLayer is an in-memory feature layer - you just need to load data into it).

Hope that helps.

Nick.