AFAIK there is no implemented method of access to these points (markers).
But these tokens are stored inside the property of the DirectionsRenderer instance.
The following code will provide you with these details (note that this code is working now, but may crash when changing the API)
google.maps.event.addListener(directionsDisplay, 'directions_changed', function() { var that=this; setTimeout(function(){
source share