On Nov 4, 5:00 pm, Rapha <[EMAIL PROTECTED]> wrote: > Is there another way of doing that? > > Maybe get polygons of the whole street one and street two and find an > intersection between them? > > I have no idea how I will do it. > > Some idea?
You could get directions from one street to the other, because one of the points in the route will be the intersection. You just need to work out which point that is. That method does depend on being able to turn from street A into street B, and you could get the wrong point if B is a one-way street, so you may need to get directions from B to A. (Walking directions wouldn't care about one-way streets, but walking directions have to have the directions actually displayed, so that's no good for this method). 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 -~----------~----~----~----~------~----~------~--~---
