public CustomMapPage(CustomMapView customMapView, string title) { Title = title; _customMapView = customMapView; _customMapView.HorizontalOptions = LayoutOptions.FillAndExpand; _customMapView.VerticalOptions = LayoutOptions.FillAndExpand; Content = _customMapView; }