On Oct 21, 9:15 pm, CourseMapper <[EMAIL PROTECTED]> wrote: > Anyone?? > > I am still searching for this functionality.
The only way I can think of is a rather slegdehammer method for your nut. For each segment of each polyline, find the equation of that straight line (y=ax+c) and then verify whether your test point lies on that line (or within your tolerance distance). There's quite a lot of computation in that method and it's unlikely to be fast, although I suppose it may be possible to limit the segments you test. I haven't worked out how to do that, and it's getting late... Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
