Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom images are not displayed if IsClusteringEnabled = true #360

Open
alex-relov opened this issue Feb 13, 2019 · 0 comments
Open

Custom images are not displayed if IsClusteringEnabled = true #360

alex-relov opened this issue Feb 13, 2019 · 0 comments

Comments

@alex-relov
Copy link

alex-relov commented 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

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;

map_ios
map_android
Black pin - is pin.png
Xamarin Forms 3.5.0.129452

@alex-relov alex-relov changed the title Custom images are not displayed Custom images are not displayed if IsClusteringEnabled = true Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant