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;
Black pin - is pin.png
Xamarin Forms 3.5.0.129452
The text was updated successfully, but these errors were encountered:
alex-relov
changed the title
Custom images are not displayed
Custom images are not displayed if IsClusteringEnabled = true
Feb 13, 2019
I set my image for pin, but in ios it is not displayed at all, and in android through time if IsClusteringEnabled = true
Black pin - is pin.png
Xamarin Forms 3.5.0.129452
The text was updated successfully, but these errors were encountered: