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

Maps

$
0
0

Hi all,

IsShowingUser = true 

does not seem to work for Android. The following code :

var map = new Map (MapSpan.FromCenterAndRadius (pin.Position, Distance.FromMiles (0.3))) {
            IsShowingUser = true
        };

Displays the current user location on iOS, but not on Android.

Cheers


Viewing all articles
Browse latest Browse all 58056

Trending Articles