【发布时间】:2017-05-11 16:59:09
【问题描述】:
var pin = new Pin
{
Type = PinType.Place,
Position = new Position(currentlat, currentlong),
Label = "My Current Location ",
Address = "My Current Location "
};
map.Pins.Add(pin);
在这里,当我单击 pin 时,我可以看到标签地址。但我想在别针上看到标签而不点击它..
【问题讨论】:
-
有什么解决办法吗?
标签: c#-4.0 xamarin.forms