ArcGISRuntimeXamarin.Samples.FeatureLayerUrl.FeatureLayerUrl.CreateLayout C# (CSharp) Méthode

CreateLayout() private méthode

private CreateLayout ( ) : void
Résultat void
        private void CreateLayout()
        {
            // Setup the visual frame for the MapView
            _myMapView.Frame = new CoreGraphics.CGRect(
                0, yPageOffset, View.Bounds.Width, View.Bounds.Height - yPageOffset);

            // Add MapView to the page
            View.AddSubviews(_myMapView);
        }
    }