On Apr 4, 3:54 am, pracus <[email protected]> wrote: > There is a way to draw one polygon over another, there is a way to > substract two or more polygons but is there a way to make an area from > several polygons from which some are overlapping others? > I mean to sum up the areas and create one polygon without any > substractions.
That sounds like a convex hull of the vertexes of all the polygons: Here is an example of the convex hull applied to a random set of markers: http://www.geocodezip.com/map-markers_ConvexHull_Polygon.asp -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
