On Jul 1, 2:37 pm, Ian Hulme <[email protected]> wrote: > Thats great thanks? > > But with the request string as "From: [START] to: [MARKER_LATLNG] to: > [END]" it would show up the via markers as destinations. is it > possible to tell the api which ones to show as via points?
As I said before, everything is possible! You just need to parse the results manually: http://maps.forum.nu/gm_driving_directions2.html http://code.google.com/apis/maps/documentation/reference.html#GClientGeocoder -- Marcelo - http://maps.forum.nu -- > > Thanks for you help. > > On Jul 1, 12:12 pm, Marcelo <[email protected]> wrote: > > > On Jul 1, 12:38 pm, Ian Hulme <[email protected]> wrote: > > > > Its exactly what I want, but am unable to find anything to do it in > > > the api > > > > Is it possible or am barking up the wrong tree. > > > Of course it's "possible". Everything is possible! You just have to > > code it. > > Here's how to implement the route > > dragging:http://www.marsrutai.info/directions.htm > > > Then you just have to read the lat/lon of the marker you're dragging > > and build a new directions request string, like > > "From: [START] to: [MARKER_LATLNG] to: [END]" > > > -- > > Marcelo -http://maps.forum.nu > > -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
