Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Maps IsShowingUser does not work in Android

$
0
0

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


Viewing all articles
Browse latest Browse all 58056

Trending Articles