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