Exemplo n.º 1
0
		public CustomMapPage(CustomMapView customMapView, string title)
		{
			Title = title;
			_customMapView = customMapView;
			_customMapView.HorizontalOptions = LayoutOptions.FillAndExpand;
			_customMapView.VerticalOptions = LayoutOptions.FillAndExpand;
			Content = _customMapView;
		}
Exemplo n.º 2
0
 public CustomMapPage(CustomMapView customMapView, string title)
 {
     Title          = title;
     _customMapView = customMapView;
     _customMapView.HorizontalOptions = LayoutOptions.FillAndExpand;
     _customMapView.VerticalOptions   = LayoutOptions.FillAndExpand;
     Content = _customMapView;
 }