> Is there a way to check is two polygons overlap using their > coordinates? > Basically I've got a list of different polygon coordinates and I want > to check if any of those points overlap with any of the others.
See Mike's Epoly extension - http://econym.org.uk/gmap/epoly.htm which provides a point-in-poly test. Iterate through the vertices of one of your polys making the test against the other poly. -- 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=.
