On Dec 29, 8:33 am, Jonnys <[email protected]> wrote: > Hello, > > I want to get routes, so if two different routes have a different part > of the same road, i will get the same steps. > > More if at my route have a part of road Myroad which intersects with > road inter1 and inter2, i will want to get the route with steps > > 0)..... > 1)..... > 2) starting point of Myroad -> (Myroad, inter1) intersection > 3) (Myroad, inter1) intersection -> (Myroad, inter2) intersection > 4) (Myroad, inter2) intersection -> end of Myroad > 5).... > > First Can I do this via google maps?
Not automatically. If you know the common portion of the route, you can include the common parts as waypoints, then I think (haven't tried it) the directions will call out those points specifically. -- Larry > And second how I can do this? > I want to do a java application at android. > > Thanks a lot! -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
