Multiple circles -> One Polygon?
- by Josh
Using Google Maps API v3, I was able to create multiple google.maps.Circle objects on my map. However, I now need to "connect" them somehow. I have the following map with multiple circles:
I now need to get it to look something like this:
I've looked all over the Internet for solutions, but to no avail. Any ideas?