Hi,
where can I find it?
Greetings Karsten
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.