Multiple circles -> One Polygon?

Posted by Josh on Stack Overflow See other posts from Stack Overflow or by Josh
Published on 2010-04-10T19:12:00Z Indexed on 2010/04/10 19:13 UTC
Read the original article Hit count: 391

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:

Map with multiple circles

I now need to get it to look something like this:

Correct map

I've looked all over the Internet for solutions, but to no avail. Any ideas?

© Stack Overflow or respective owner

Related posts about google-maps-api-3

Related posts about google-maps