Hello, we are currently processing around 10k-15k Graphics on the map, the Graphics are distributed among several GraphicOverlay elements. We wonder if operations to remove and add graphics in the different GraphicOverlay are required and recommended to be done in the main queue thread or is it possible to do this processing in a different queue than the main thread?
Thanks in advance