dotnet/eShop

[code] MapView.xaml.cs contains unused initialization code

peterblazejewicz opened this issue · 0 comments

It seems this line:

var map = new Microsoft.Maui.Controls.Maps.Map(new Microsoft.Maui.Maps.MapSpan(new Location(0, 0), 0,0));

was left by omission. It works, by has no outcome I can think about (except of being intriguing).
Declarative code works well and does the job (map view gets initialised with proper location set)

Thanks!