ArcGISRuntimeXamarin.Samples.CreateFeatureCollectionLayer.CreateFeatureCollectionLayer.CreateFeatureCollectionLayer C# (CSharp) Méthode

CreateFeatureCollectionLayer() public méthode

public CreateFeatureCollectionLayer ( ) : Esri.ArcGISRuntime.Data
Résultat 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();
		}