Пример #1
0
		public CustomMapPage(CustomMapView customMapView, string title)
		{
			Title = title;
			_customMapView = customMapView;
			_customMapView.HorizontalOptions = LayoutOptions.FillAndExpand;
			_customMapView.VerticalOptions = LayoutOptions.FillAndExpand;
			Content = _customMapView;
		}
Пример #2
0
 public CustomMapPage(CustomMapView customMapView, string title)
 {
     Title          = title;
     _customMapView = customMapView;
     _customMapView.HorizontalOptions = LayoutOptions.FillAndExpand;
     _customMapView.VerticalOptions   = LayoutOptions.FillAndExpand;
     Content = _customMapView;
 }