On Jul 10, 10:09 am, David Violette <[email protected]> wrote: > On Sun, Jul 10, 2011 at 10:14 AM, [email protected] <[email protected] > > > wrote: > > On Jul 10, 7:15 am, WebEngineer <[email protected]> wrote: > > > My map atwww.Violette.comtracksour travels in our motorhome. What is the > > > best way to display the route we have taken since it has more than 8 > > stops? > > > Your only option is to create multiple routes each with less than 10 > > stops (start, end and 8 waypoints). > > > I would probably capture the polyline from the previous stops and save > > it for display, you probably don't need all of the "directions" for > > the places you have been and if you want them you could just query for > > that piece of the route. > > > You probably want to verify that you believe the above is acceptable > > per the terms of use. > > > -- Larry > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps JavaScript API v3" 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-js-api-v3?hl=en. > > Thanks, Larry. > How to capture the polyline?
I have an example here that saves it as xml: http://www.geocodezip.com/v3_GoogleEx_directions-draggable2Xml.html It creates the xml that most of my pages process, but it shouldn't be too hard to change. > You're correct in that I don't care about directions, just to display the > path. > Would I display the polyline(s) using KML? That would probably be more efficient (KmlLayer would create tiles from your kml), you would just need to modify the output to be kml. FusionTables would be another option (but you would be importing kml into there also), it might give you options further down the road. -- Larry > > -- > - - - - - - - - - - - - - - - - - - - > David A. Violette > [email protected] > [email protected] > [email protected] Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
