ArcGISRuntimeXamarin.Samples.CreateFeatureCollectionLayer.CreateFeatureCollectionLayer.CreateFeatureCollectionLayer C# (CSharp) Method

CreateFeatureCollectionLayer() public method

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

            Title = "Create a feature collection layer";

            // call a function to initialize a map to display in the MyMapView control
            Initialize();
		}