Dynamically update collection of MapIcons, update process gets out of sync?
问题 Im creating UWP app which displays collection of MapIcons on map. MapIcon images are dynamically created from XAML and rendered to bitmap. MapIcon's are updated every few second. There can be around 200 MapIcon on map. The problem is that my MapIcon update code gets somehow out of sync, MapIcon images are not correct for spesific MapIcon/plane. E.g. some planes get previous plane image etc. Im storing my MapIcons to separate _planesDictionary ( Dictionary<string, MapIcon> ), the idea is to