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 -~----------~----~----~----~------~----~------~--~---
