I have created an application that allows a user to draw a polygon on
a google map.  When the user is 'done' drawing the polygon I need to
be able to confirm that no lines within that single polygon
intersect.  Does anyone know how I might accomplish this (I literally
only need a boolean whether they intesect)?  I see how I would go
about verifying if two polygons intersect but nothing about whether
two lines within a single polygon intersect.  I have attempted
leveraging the LatLngBounds.intersects(other:LatLngBounds):Boolean
method without success.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" 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-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to