The example I am following is from the code playground: http://code.google.com/apis/ajax/playground/#directions_advanced
I would like to add the functionality to export a kml of the calculated directions. I am also expecting to implement batch processing whereby the origin and destination addresses are populated from a database, one at a time, so that the result is a series of downloaded kml files, each with a separate route. On Apr 29, 6:46 pm, "[email protected]" <[email protected]> wrote: > On Apr 28, 3:44 am, MVS <[email protected]> wrote: > > > After calculating a driving route, as in the Advanced Directions > > example, how would I go about exporting the generated route to a KML > > file? > > > Much appreciation for any help. > > Are you really developing a new map in the deprecated API v2? > > There are ways to get access to the points in the polylines in the > route and export that as kml. I'm pretty sure it has been discussed > in this group before. > > As always, reading the posting guidelines and providing a link to your > current map showing what you are currently doing would yield more > productive advice. > > -- Larry -- 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.
