ArcGISRuntime.UWP.Samples.CreateFeatureCollectionLayer.CreateFeatureCollectionLayer.CreateFeatureCollectionLayer C# (CSharp) Method

CreateFeatureCollectionLayer() public method

public CreateFeatureCollectionLayer ( ) : Esri.ArcGISRuntime.Data
return Esri.ArcGISRuntime.Data
        public CreateFeatureCollectionLayer()
        {
            InitializeComponent();

            // Call a function to set up the map
            Initialize();
        }