have a look to this code : http://github.com/kishikawakatsumi/MapKit-Route-Directions In the code especially look for "draw rect" method.
On Oct 24, 9:00 pm, Eric Palakovich Carr <[email protected]> wrote: > Ok. Thanks for the link Larry. > > - Eric > > On Thu, Oct 22, 2009 at 11:27 PM, [email protected] <[email protected] > > > wrote: > > > On Oct 22, 8:10 pm, "Eric R. Palakovich Carr" <[email protected]> > > wrote: > > > I have what I hope to be a very simple question. I want to display a > > > specific set of directions utilizing the GDirections object. There > > > are a few way points that should work much like how Google Maps lets > > > you drag points on a route. > > > > The key is that the way points shouldn't be steps in the directions. > > > You can accomplish this on Google Maps by using the via parameter. > > > See this example: > > > >http://is.gd/4wO9W > > > > Is there a way so that this direction string: > > > > from: 39.0043780963,-77.186422348 to: 39.0020435982,-77.1808433533 to: > > > 39.0119146643,-77.1601366997 to: 39.0668806243,-77.1616601944 to: > > > 39.0845546382,-77.1362328529 to: 39.0862035428,-77.1389579773 > > > > Can be displayed by the GDirections object as directions with only one > > > start and one end point? > > > Not that I know of without processing the results that come back > > something like Mike does here in his tutorial: > >http://econym.org.uk/gmap/steps.htm > > > -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
