Adding many circles to a google map
问题 I'm attempting to draw many circles (around 1000) on a google map, at various locations and sizes, and then binding a click event to them. But this many calls of new google.maps.Circle(parameters); makes the page loading slow, and sometimes it just hangs forever, so I'd like to figure out if there's a better/faster way to accomplish what I'm trying to do. I see that there's something called a kml layer, but there doesn't appear to be any easy way to draw filled circles with it and I'm not