On Nov 22, 7:01 am, Pil <[email protected]> wrote: > If I understand you right then you want to access the return values of > DirectionsRenderer. But these return values aren't accessible while > most of the return values of DirectionsService are. So if you want > access these values you'd have to extract them from DirectionsService.
This thread (from the search "waypoints array"): http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/d4b2e1950744aa37/683749b3080975f2?lnk=gst&q=waypoints+array#683749b3080975f2 Esa describes a (I believe) undocumented via_waypoints array that contains some useful information which may answer your question. as with all undocumented methods/attributes, use with care, it may change or go away at any point. You may want to see if there is an enhancement request that might address this also. -- Larry > > Doing that unfortunately means - as far as I see - that the draggable > features also gets lost - unless you'd implement these features > yourself. > > Larry has done a few examples with draggable directions without using > the API DirectionsRenderer. > > For example this one: > > http://www.geocodezip.com/v3_directions_custom_icons_draggable.html > > On Nov 22, 12:46 pm, cobalt <[email protected]> wrote: > > > > > hi > > I have a map which generates a route, the exact origin and destination > > points and between which the route using a dynamic draggable allows me > > to add waypoints (white ticks) and edit the points of passage. My > > question is whether these white stamps I can pull or what the value of > > the array are these values? > > > Here I give an example, maybe then my problem will be better understood: > > >http://webhost.home.pl/piotr/google_maps_test/index.html- 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.
