Hello,
my Maps App does not show the current User position in Android, but it works in iOS.
map = new Map
{
IsShowingUser = true,
HeightRequest = 100,
WidthRequest = 960,
VerticalOptions = LayoutOptions.FillAndExpand
};
Does anyone have a hint ?
Best regards stalle