Skip to content

Custom images are not displayed if IsClusteringEnabled = true #360

@alex-relov

Description

@alex-relov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions