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

How to display Pin's Label (on a Map) without clicking on Xamarin.Forms?

$
0
0

var pin = new Pin
{
Type = PinType.Place,
Position = new Position(currentlat, currentlong),
Label = "My Current Location ",

            Address = "My Current Location "
        };

map.Pins.Add(pin);
Here when i click on pin i can see the label address. But i want to see label on pin without Clicking on it..


Viewing all articles
Browse latest Browse all 89864

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>