You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set my image for pin, but in ios it is not displayed at all, and in android through time if IsClusteringEnabled = true
var p = new TKCustomMapPin
{
Position = new Position(lat, lon),
Title = $"Simulation Test {i}",
Image = "pin.png",
ID = i.ToString(),
};
list.Add(p);
map.Pins = list;