Version 3.0.354

This commit is contained in:
Anja 2022-12-13 10:53:08 +01:00
parent 85321580df
commit 8b460bfebf
51 changed files with 363 additions and 570 deletions

View file

@ -32,7 +32,7 @@
WidthRequest="320"
HeightRequest="800"
x:Name="MyMap"
IsShowingUser="False"
MyLocationEnabled="True"
MapType="Street">
<maps:Map.Behaviors>
<bindings:BindingPinsBehavior Value="{Binding Pins}"/>

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Threading.Tasks;
#if USEFLYOUT
using TINK.View.MasterDetail;
@ -25,6 +25,9 @@ namespace TINK.View.Contact
public SelectStationPage()
{
InitializeComponent();
MyMap.UiSettings.MyLocationButtonEnabled = true;
}
/// <summary>
@ -205,4 +208,4 @@ namespace TINK.View.Contact
}
}
}
}
}