The problem is that I modify the polyline from the google results and would like to be able to save the polyline with the modifications.
I thought there might be a way to put the modified string into an API function that would spit out the polyline similar to using an encoded polyline similar to GPolyline.fromEncoded() On Apr 23, 9:11 am, Mike Williams <[email protected]> wrote: > Rather than taking it from the maps.google.com page you can just use > GDirections > > var gdir = new GDirections(map); > gdir.load("from: Delta OH to: Swanton OH"); > > --http://econym.org.uk/gmap > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
