I'd like to use the Clustering Feature Reduction for a bunch of MapPoints. The data is not in a portal or geodatabase and I'm struggling to see how I can create a FeatureLayer with this data (since a FeatureLayer is a requirement for using the FeatureReduction tool). There is an example for javascript which gives this capability here. I do not see how to achieve this in .NET as the FeatureTable is abstract. So, anyone able to suggest a way of creating a FeatureLayer from data in an arbitrary model, rather than data from a portal or geodatabase? Thanks.
Solved! Go to Solution.
In the Native Maps SDKs you have a couple of options, depending on whether / how you want to persist the layer.
In the Native Maps SDKs you have a couple of options, depending on whether / how you want to persist the layer.
Thanks Michael - the FeatureCollectionLayer sample is what I'm after 🙂