I need to draw 2,520 square shapes on a RadMap. I have the locations (let, lng) of each square. They should have different colors (as in the attached image)
When I use polygons to draw the squares, I face 2 issues:
(1) it takes very long time to complete the drawing of 2520 squares,
(2) I run out of memory as this process takes over 3 GB of memory.
Is there a better way to do this task?