0
DirectionsRenderer
はDojo ContentPaneの中にありますが、印刷したいと思います。OnEventディベロッパーを更新する - Google Maps DirectionsRenderer
私は現在、更新時に新しいdivにコピーしようとしています。残念ながら、DirectionsRendererの唯一のイベントは実際のアップデートより前です。
google.maps.event.addListener(directionsRenderer, 'directions_changed', function() {
document.getElementById("printDirectionsDiv").innerHTML = document.getElementById("directionsDiv").innerHTML;
});
directionsDiv
が更新された後に、どのようにコンテンツをコピーすることができますか?