Hi Sunny, Why don't know where the second polygon starts? Are you talking about a series of polygons which are contained within one series of points but you need to break them out into a series of polygons? If this is the case, I'd look for differences in proximity. If the polygons are sufficiently far enough apart, you could differentiate them that way. This seems so unique you'll need to figure out the math yourself, since finding an existing algorithm seems doubtful.
-James Love Vernon, BC Canada www.jameslove.com On Oct 15, 11:25 am, Sunny <[EMAIL PROTECTED]> wrote: > Hi, > > Do anyone Know, How we can reorder the polygons based on points. > Like If you have coordinates for three polygons.But you dont know, > from where the second polygon starts. You loop through the points & > See, where the first polygon ends., when It ends, you take the next > point, where first one ends & again search where this one ends. > Some algorithm to arrange these points may help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
