ArcGISRuntimeXamarin.Samples.ArcGISMapImageLayerUrl.ArcGISMapImageLayerUrl.OnCreate C# (CSharp) 메소드

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            Title = "ArcGIS map image layer (URL)";

            // Create the UI, setup the control references and execute initialization 
            CreateLayout();
            Initialize();
        }