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); } }