This sounds like it should be pretty easy, but it's been giving me trouble. I'm trying create circles around many points (from a parsed .json file) onto a mask which is then applied to an unfolding map. The trouble is that I can't figure out how to draw more than one circle at a time on the mask. I have tried to do it with an array, but when I convert the lat/ lon coordinates into x/y coordinates with getScreenPositionFromLocation(); (line 53) and then split them into x and y coordinates, I'm not able to get the screen positions as an array.
This is probably a pretty easy fix, but I'm really stuck. Any help would be appreciated.